Patch to fix broken LDAP support with OpenLDAP
Review Request #634 — Created Nov. 13, 2008 and submitted — Latest diff uploaded
This patches the LDAP authentication to actually work off the UID with OpenLDAP - the bind request needs to actually use the full DN, not just the base DN. It adds a LDAP Base DN field and uses the field for the ldap searching.
Using this in our production environment.
http://reviewboard.googlecode.com/svn/trunk/reviewboard/accounts/backends.py |
---|
http://reviewboard.googlecode.com/svn/trunk/reviewboard/admin/forms.py |
---|
http://reviewboard.googlecode.com/svn/trunk/reviewboard/admin/siteconfig.py |
---|