summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-01-30 04:22:56 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-02 04:23:27 +0100
commitbf49e5c05ffcc1fc4245cb6a77702e05dcce2ed3 (patch)
treea43819960cdcb538526b220f387c9cd802c25c23 /requirements.txt
parentc6caa836b4fc897b6327fb573cbbcd67764d1cbd (diff)
downloadweb-bf49e5c05ffcc1fc4245cb6a77702e05dcce2ed3.tar.gz
web-bf49e5c05ffcc1fc4245cb6a77702e05dcce2ed3.tar.bz2
web-bf49e5c05ffcc1fc4245cb6a77702e05dcce2ed3.zip
backend/user/ldap: New LdapBackend
Change the schema used in the LDAP server. The service passwords are now associated by the hierarchy: dn: uid=test,ou=users,... dn: cn=service1,uid=test,ou=users,... dn: cn=service2,uid=test,ou=users,... ... This is the new structure used with the new Slapi plugin. Additional to that, the new backend uses the python-ldap3 module, because python-ldap has no python3 compatibility.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0d0a1f4..c07bff2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,4 @@ Jinja2>=2.4
WTForms>=1.0
itsdangerous
pycrypto
-python-ldap
+ldap3