LDAP integration return 0 users

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Milthiade
Posts: 7
Joined: Wed Jun 12, 2019 8:47 am

LDAP integration return 0 users

Post by Milthiade »

Hi,

I'm trying to integrate our LDAP server with nagios XI. I've been able to add the authentication server without any problem but it always return 0 users. Were running novell edir and also have a DSFW. I tried pointing on both but still 0 users.
I found this thread with a similar problem to mine but they never went to the end of the problem.

I validated the account type as stated here https://support.nagios.com/kb/article/a ... n-600.html .
I activated the debug log as well but can't pinpoint my problem. Log is attached.

thanks
You do not have the required permissions to view the files attached to this post.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: LDAP integration return 0 users

Post by mbellerue »

Could you try pointing directly at an OU that has users in it? E.g. ou=Users,dn=mycompany,dn=local.

Also, could you give us a screenshot of your LDAP settings in XI?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Milthiade
Posts: 7
Joined: Wed Jun 12, 2019 8:47 am

Re: LDAP integration return 0 users

Post by Milthiade »

Yes I already tried to set the path straight to the ou containing the users but same result.
here's a screenshot of the config.

The user also has all rights required to browse the directory, I tested it with an LDAP browser.
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: LDAP integration return 0 users

Post by ssax »

TLS certificate verification: depth: 1, err: 19, subject: /O=STAT-DT/OU=Organizational CA, issuer: /O=STAT-DT/OU=Organizational CA
TLS certificate verification: Error, self signed certificate in certificate chain

Please include the ENTIRE output from the commands below in the ticket you create:
- Run this twice, once against your DSFW and once directly against the eDir server

Code: Select all

openssl s_client -showcerts -connect X.X.X.X:636
openssl s_client -showcerts -connect X.X.X.X:636
Did you add that self-singed cert to through the web interface? Looks like it may just have the DSFW one.

Please create a ticket for this and include a link back to this forum thread so we can get a remote session setup as well:

Code: Select all

https://support.nagios.com/tickets/
Thank you!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: LDAP integration return 0 users

Post by ssax »

Locking thread, ticket received, we will continue support through the ticket.

Thank you!
Locked