Hello,
I upgraded one of our Nagios servers to 5.2.9 over the weekend and though everything seemed to go well, I just discovered an issue. I'm trying to import a user from LDAP and when I log in, it doesn't list any users to select from, I tried from the other Nagios server that hasn't been upgraded yet (5.2.3) and it works fine from there. Did anything changed with the newer version that I need to do with LDAP?
--Berto
Not able to import users from LDAP
Not able to import users from LDAP
You do not have the required permissions to view the files attached to this post.
Re: Not able to import users from LDAP
What LDAP server are you running?
As a test, please try changing your Base DN to a level up, so if you had:
Try it with:
If that doesn't work, drop it down to just the DC parts:
Let us know the results.
Thank you
As a test, please try changing your Base DN to a level up, so if you had:
Code: Select all
OU=test,OU=another,DC=company,DC=comCode: Select all
OU=another,DC=company,DC=comCode: Select all
DC=company,DC=comThank you
Re: Not able to import users from LDAP
In our LDAP environment we use Oracle 11g LDAP, and when I had issues prior with integrating LDAP with Nagios, I was told I had to log in with:
uid=username,ou=People,dc=company,dc=name,dc=com
So if I remove the ou=People, I get an error stating I can authenticate.
--Berto
uid=username,ou=People,dc=company,dc=name,dc=com
So if I remove the ou=People, I get an error stating I can authenticate.
--Berto
Re: Not able to import users from LDAP
Please set it back to what it was.
I've updated the current file with that changes that were in the original ticket that you originally sent in.
Please replace this file with the one attached (unzip it first):
- Make a backup of the original just in case
Let us know the results.
I've updated the current file with that changes that were in the original ticket that you originally sent in.
Please replace this file with the one attached (unzip it first):
- Make a backup of the original just in case
Code: Select all
/usr/local/nagiosxi/html/includes/components/ldap_ad_integration/index.phpYou do not have the required permissions to view the files attached to this post.
Re: Not able to import users from LDAP
Hello,
I replaced the file and when trying again, I still am unable to see any of the users in our LDAP.
--Berto
I replaced the file and when trying again, I still am unable to see any of the users in our LDAP.
--Berto
Re: Not able to import users from LDAP
Let's move this into a ticket, please send in an email to [email protected] with a descriptive subject and detailed body with a link back to this thread so that we can get a remote session setup.
Thank you
Thank you
Re: Not able to import users from LDAP
Closing this up as I see a ticket has been received.
Former Nagios Employee