From 9b219c587305961e8710ea475453ed40c264853b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 12 Jan 2016 19:10:34 +0100 Subject: utils: Drop python-ldap in favour of ldap3 The ldap3 library is python3 compatible and more future proof. --- settings.py.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py.default') diff --git a/settings.py.default b/settings.py.default index d38ae99..c63b3e6 100644 --- a/settings.py.default +++ b/settings.py.default @@ -5,7 +5,7 @@ PAD = { LDAP = { 'host': 'ldaps://host', - 'base_dn': [('ou', 'people'), ('dc', 'example'), ('dc', 'org')], + 'base_dn': ['ou=people', 'dc=example', 'dc=org'], } SQLALCHEMY_DATABASE_URI = 'sqlite:///example.db' -- cgit v1.2.3-1-g7c22