Unable to browse users in containers
Posted: Tue Jul 26, 2016 4:19 am
Hi all,
I've got a customer for a Nagios XI POC (under trial license). Version is 5.2.9 OVF appliance.
I've seen that a similar post exists on this subject: https://support.nagios.com/forum/viewto ... 16&t=39377
We setup an Active Directory connection in order to import users (see 1rst attachment). No matter security is on or off.
We can browse containers but none of them let us see users.
I took a look on the code and i've seen that it looks for special class of objects. I reproduced, on the command line with ldapsearch, the request, with the same credentials (so this is not relevant), and we can see all users.
But with Nagios, no way to see the content of the containers ... here is the /var/log/http/ssl_error log of apache when issuing the request:
The result is on the 2nd attachment.
Please, tell me if some bugs have been reported already, and/or some tracks to follow to find a solution.
Many thanks in advance
Francois
I've got a customer for a Nagios XI POC (under trial license). Version is 5.2.9 OVF appliance.
I've seen that a similar post exists on this subject: https://support.nagios.com/forum/viewto ... 16&t=39377
We setup an Active Directory connection in order to import users (see 1rst attachment). No matter security is on or off.
We can browse containers but none of them let us see users.
I took a look on the code and i've seen that it looks for special class of objects. I reproduced, on the command line with ldapsearch, the request, with the same credentials (so this is not relevant), and we can see all users.
Code: Select all
ldapsearch -x -h chgva-XXXXXXXXX.net -w XXXXXXX -D [email protected] -b "OU=Admin users and groups,OU=XXXXXXX,DC=XX,DC=XXXXX,DC=net" -s sub "(cn=*)" cn mail sn objectClass -vCode: Select all
[Fri Jul 15 17:19:49 2016] [error] [client 10.21.62.105] PHP Warning: ldap_list(): Search: No such object in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/adLDAP/src/classes/adLDAPFolders.php on line 138, referer: https://chgva-XXXX.net/nagiosxi/includes/components/ldap_ad_integration/index.php
[Fri Jul 15 17:19:49 2016] [error] [client 10.21.62.105] PHP Warning: ldap_list(): Search: No such object in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/adLDAP/src/classes/adLDAPFolders.php on line 138, referer: https://chgva-XXXX.net/nagiosxi/includes/components/ldap_ad_integration/index.php
[Fri Jul 15 17:19:49 2016] [error] [client 10.21.62.105] PHP Warning: ldap_list(): Search: No such object in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/adLDAP/src/classes/adLDAPFolders.php on line 138, referer: https://chgva-XXXX.net/nagiosxi/includes/components/ldap_ad_integration/index.php
Please, tell me if some bugs have been reported already, and/or some tracks to follow to find a solution.
Many thanks in advance
Francois