You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the docs say it searches by fqdn and that is what we have in VCenter but at first things were not working for me so I tried renaming a guest to just its host name and tada!
I made the following change in wspl_item.inc.php line 36
to
now everything is working. I would have thought fqdn would include domain.
The text was updated successfully, but these errors were encountered:
Hmm yea that is a bit strange, I expected the fqdn to have the whole thing too.. I'll have a look see.
Also, I've changed a bit of this code (still need to check it in) to support newer versions of vcenter. I've got some troubles in how it searches things too.. maybe its related.
I know the docs say it searches by fqdn and that is what we have in VCenter but at first things were not working for me so I tried renaming a guest to just its host name and tada!
toI made the following change in wspl_item.inc.php line 36
now everything is working. I would have thought fqdn would include domain.
The text was updated successfully, but these errors were encountered: