From bbdc690a1f69c9e7f286a5fbd0cb64403d51c721 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Fri, 28 Sep 2012 01:41:09 +0200 Subject: move ldap settings from account.py to config --- account.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'account.py') 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/'), -- cgit v1.2.3-1-g7c22