LDAP Authentication Component Update v0.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
XenoPhage
Posts: 56
Joined: Sun Jun 03, 2012 11:37 am

LDAP Authentication Component Update v0.3

Post by XenoPhage »

Greetings,

I finally found the time to modify the ldapauth component and add a two stage bind option. In short, this uses a browser account to search ldap and find the full DN of the user. Once located, it then re-binds to LDAP using the full user DN and the user's password. If this is successful, you're granted access.

I saw a few other LDAP topics related to multiple different groups for users. This may help with that.

I'm attaching the .zip to this message. Feel free to add this code to core Nagios XI. :)
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: LDAP Authentication Component Update v0.3

Post by tmcdonald »

Did you submit a patch for this on our tracker? That's the best way to make sure the devs see it.

http://tracker.nagios.com/
Former Nagios employee
XenoPhage
Posts: 56
Joined: Sun Jun 03, 2012 11:37 am

Re: LDAP Authentication Component Update v0.3

Post by XenoPhage »

tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: LDAP Authentication Component Update v0.3

Post by tmcdonald »

Sweet. It's on their radar now, and whenever a decision is made it should reflect on that page. Gonna lock this up now, thanks for the patch!
Former Nagios employee
Locked