cvicente / Netdot

Network Documentation Tool
223 stars 62 forks source link

Ldap proxy #147

Closed nicolatron closed 4 years ago

nicolatron commented 4 years ago

Allow Netdot to connect to LDAP servers that don't permit anonymous binding, and also scenarios where LDAP users reside on more than one branch. This adds a bit of code to use a "proxy" user, to do a first authenticated connection to LDAP server to locate the branch where user resides, after authenticaction of user procedes as it did before theis change. Also provides an Apache 2.4 configuration version with LDAP authentication.