Hi still no news from Combodo, I think I will make something in python with pyvmomi and itoptop
Found a way : if you put ldap settings in "datamodels/2.x/authent-ldap/module.authent-ldap.php" they will be in config-itop.php as default settings. That's a bit dirty but it works
Hi, Is it possible to add ldap parameters in the response file to build the authent-ldap module in config-itop.php ? And how ? Regards
There is a bug opened with Combodo, w&s
I tried with this fork https://github.com/AlexisDucastel/vmwarephp because soap faults are better handled and with a simple php script <?php require_once './library/Vmwarephp/Autoloader.php'; $autoloader = new \Vmwarephp\Autoloader; $autoloader->register(); $vhost = new \Vmwarephp\Vhost('vcenter:443', 'administrator@vsphere.local', 'password'); $virtualMachines = $vhost->findAllManagedObjects('VirtualMachine', array('configStatus')); ?> The error PHP Fatal error: Uncaught Vmwarephp\Exception\Soap:...
Hi, same issue, itop 2.7.1 and vsphere extension 1.0.13 the check_soap.php is without authentication so it works I tried to update wsdl in library\Vmwarephp\Wsdl with those on vcenter but no changes In vcenter 7 changelog they mentioned : HTTP requests from certain libraries to vSphere might be rejected The HTTP reverse proxy in vSphere 7.0 enforces stricter standard compliance than in previous releases. This might expose pre-existing problems in some third-party libraries used by applications for...
Hi, same issue, itop 2.7.1 and vsphere extension 1.0.13 the check_soap.php is without authentication so it works I tried to update wsdl in library\Vmwarephp\Wsdl with those on vcenter but no changes In vcenter 7 changelog they mentioned : HTTP requests from certain libraries to vSphere might be rejected The HTTP reverse proxy in vSphere 7.0 enforces stricter standard compliance than in previous releases. This might expose pre-existing problems in some third-party libraries used by applications for...
Hi, same issue, itop 2.7.1 and vsphere extension 1.0.13 the check_soap.php is without authentication so it works I tried to update wsdl in library\Vmwarephp\Wsdl with those on vcenter but no changes In vcenter 7 changelog they mentioned : HTTP requests from certain libraries to vSphere might be rejected The HTTP reverse proxy in vSphere 7.0 enforces stricter standard compliance than in previous releases. This might expose pre-existing problems in some third-party libraries used by applications for...