summaryrefslogtreecommitdiffstats
path: root/default_settings.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-28 01:41:09 +0200
committerMarian Sigler <m@qjym.de>2012-09-28 01:41:09 +0200
commitbbdc690a1f69c9e7f286a5fbd0cb64403d51c721 (patch)
tree9b8a9f4bcc2989b1b7b134fd0b93311d05a1f3f1 /default_settings.py
parent84546333cae64f9ea0765e3cc36f1f92674a1a08 (diff)
downloadweb-bbdc690a1f69c9e7f286a5fbd0cb64403d51c721.tar.gz
web-bbdc690a1f69c9e7f286a5fbd0cb64403d51c721.tar.bz2
web-bbdc690a1f69c9e7f286a5fbd0cb64403d51c721.zip
move ldap settings from account.py to config
Diffstat (limited to 'default_settings.py')
-rw-r--r--default_settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/default_settings.py b/default_settings.py
index 6fc80c3..002cc0c 100644
--- a/default_settings.py
+++ b/default_settings.py
@@ -7,3 +7,8 @@ MAIL_DEFAULT_SENDER = 'help-me-help-me-please@spline.de'
MAIL_CONFIRM_SENDER = 'spline accounts <noreply@account.spline.de>'
SENDMAIL_COMMAND = '/usr/sbin/sendmail'
+
+LDAP_HOST = 'ldap://localhost:5678'
+LDAP_BASE_DN = [('dc','account'),('dc','spline'),('dc','inf'),('dc','fu-berlin'),('dc','de')]
+LDAP_ADMIN_USER = 'admin'
+LDAP_ADMIN_PASS = 'admin'