Actions
Patch #3358
openAdvanced LDAP authentication
Start date:
2009-05-13
Due date:
% Done:
0%
Estimated time:
Description
This patch adds the following new features to LDAP authentication:
- using dereferencing aliases on search
- ability to select protocol LDAPv2 or LDAPv3
- connect using STARTTLS
- selecting server certificate validation level
- user-definable custom search filter
- bind as current user instead of admin account, see Feature #1913
- searching is sub-tree by default, in future GUI option may be added to configure this
If custom search filter is used, $login
is replaced with the username. For example, to search for users with objectClass posixAccount, use this filter string: @(&(uid=$login)(objectClass=posixAccount))
Note that this patch uses Ruby/LDAP instead of Net::LDAP, so this should be installed, for example on Debian, use apt-get install libldap-ruby1.8
After applying this patch, run rake db:migrate RAILS_ENV="production"
, as auth_sources table is modified in the database. (filter, dereference, starttls, require_cert and protocol_version columns are added)
Files
Related issues
Updated by Eric Davis about 15 years ago
- Category changed from Accounts / authentication to LDAP
- % Done changed from 100 to 0
Updated by Etienne Massip about 14 years ago
- Target version set to Candidate for next major release
Updated by Anonymous over 13 years ago
Updated by seb rey over 13 years ago
- File ldap.png ldap.png added
- File logldap.txt logldap.txt added
Updated by Phil Weir about 11 years ago
Updated by Holger Just over 6 years ago
- Related to Patch #29606: Support self-signed LDAPS connections added
Actions