summaryrefslogtreecommitdiffstats
path: root/account.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 /account.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 'account.py')
-rw-r--r--account.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/account.py b/account.py
index f25e170..bd837d9 100644
--- a/account.py
+++ b/account.py
@@ -4,10 +4,6 @@ from utils import Service
from uuid import uuid4
-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'
SERVICES = [
Service('foren', 'Foren', 'http://foren.spline.de/'),
Service('jabber', 'Jabber', 'http://jabber.spline.de/'),