summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
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/'),