##// END OF EJS Templates
Improve LDAP authentication...
Improve LDAP authentication * Adds an LDAP filter for locating the LDAP object * Adds a search scope policy when using the Base DN * Adds option required certificate policy when using LDAPS * Adds attribute mapping for username, firstname, lastname, email * Initializes rhodecode user using LDAP info (no longer uses "@ldap") * Remembers the user object (DN) in the user table * Updates admin interfaces * Authenticates against actual user objects in LDAP * Possibly other things. Really, this should be extended to a list of LDAP configurations, but this is a good start.
Thayne Harbaugh -
r991:b232a36c issue-108
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib
celerylib
celerypylons
dbmigrate
indexers
middleware
__init__.py Loading ...
app_globals.py Loading ...
auth.py Loading ...
auth_ldap.py Loading ...
backup_manager.py Loading ...
base.py Loading ...
colored_formatter.py Loading ...
db_manage.py Loading ...
exceptions.py Loading ...
helpers.py Loading ...
hooks.py Loading ...
pidlock.py Loading ...
profiler.py Loading ...
smtp_mailer.py Loading ...
timerproxy.py Loading ...
utils.py Loading ...