Hi Team,
I've a task to change the LDAP Bind DN username and password for querying our ldap server.
I couldn't find anywhere to provide username and password to authenticate to our AD server from the dashboard.
How does Nagios Xi queries the ldap server without the username and password ? Should i be looking into somewhere else ?
Regards,
Madhu.
NagiosXI LDAP User / Pass
Re: NagiosXI LDAP User / Pass
Users' LDAP password isn't saved on XI, but the DN is and can be configured for each user. Edit the LDAP users under Admin > Users > Manage Users, and you will see that each user account has their own DN that is used to bind to LDAP with the password that is provided by the user at the XI login screen.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
madhukarneelaiahgari
- Posts: 18
- Joined: Wed May 01, 2019 12:38 pm
Re: NagiosXI LDAP User / Pass
Thanks.
I added two ldap servers on my server and observing below issue for some users.
Users are getting 500 error while logging in to nagios with ldap credentials.
[Tue Mar 10 14:51:25.259474 2020] [:error] [pid 10506] [client xxx:60091] PHP Fatal error: Call to a member function authenticate() on a non-object in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/ldap_ad_integration.inc.php on line 183, referer: http://xxx/nagiosxi/login.php?redirect= ... f&noauth=1
Regards,
Madhu.
I added two ldap servers on my server and observing below issue for some users.
Users are getting 500 error while logging in to nagios with ldap credentials.
[Tue Mar 10 14:51:25.259474 2020] [:error] [pid 10506] [client xxx:60091] PHP Fatal error: Call to a member function authenticate() on a non-object in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/ldap_ad_integration.inc.php on line 183, referer: http://xxx/nagiosxi/login.php?redirect= ... f&noauth=1
Regards,
Madhu.
Re: NagiosXI LDAP User / Pass
Enable debugging to get some more details about the failure:
https://support.nagios.com/kb/article/a ... n-600.html
https://support.nagios.com/kb/article/a ... n-600.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.