summaryrefslogtreecommitdiffstats
path: root/settings.py.default
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.default')
-rw-r--r--settings.py.default2
1 files changed, 1 insertions, 1 deletions
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'