LDAP Authentication

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: LDAP Authentication

Post by rkennedy »

What type of LDAP server are you running, and what version of it? I'll try to replicate things on my end here.

Also, let's enable debugging to see if we can get any useful output.

Code: Select all

sed -i 's/\/\/ Otherwise check authentication/ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);/g' /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/ldap_ad_integration.inc.php
Now, watch these log files -

Code: Select all

tail -f /var/log/httpd/*error_log
Try to authenticate once again, and then please post the output from the tail.

To turn off the debugging, run the following -

Code: Select all

sed -i 's/ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);/\/\/ Otherwise check authentication/g' /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/ldap_ad_integration.inc.php
Former Nagios Employee
Locked