Page 1 of 1

LDAP Authentication Component Update v0.3

Posted: Wed Jan 29, 2014 1:46 pm
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. :)

Re: LDAP Authentication Component Update v0.3

Posted: Wed Jan 29, 2014 3:25 pm
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/

Re: LDAP Authentication Component Update v0.3

Posted: Wed Jan 29, 2014 3:36 pm
by XenoPhage

Re: LDAP Authentication Component Update v0.3

Posted: Wed Jan 29, 2014 3:40 pm
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!