summaryrefslogtreecommitdiffstats
path: root/settings.py.default
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.default')
-rw-r--r--settings.py.default5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py.default b/settings.py.default
index 902f39e..3379f94 100644
--- a/settings.py.default
+++ b/settings.py.default
@@ -3,6 +3,11 @@ PAD = {
'host': 'localhost'
}
+LDAP = {
+ 'host': 'ldaps://host',
+ 'base_dn': [('ou', 'people'), ('dc', 'example'), ('dc', 'org')],
+}
+
DATABASE = {
'name': 'example.db',
'engine': 'peewee.SqliteDatabase',