summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2012-01-05 01:55:48 +0100
committerChristian Franke <nobody@nowhere.ws>2012-01-05 01:55:48 +0100
commit808b46afe102e7bd8a856be8dc918d73744aa543 (patch)
tree6dfe27e43f9b99522814be8b385139501328a249
parentaf48fab1b031b3474f24b78e5bf59b14c8346ea8 (diff)
add taifun to local settings...
-rw-r--r--conf/dev_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py
index 1198968..b826822 100644
--- a/conf/dev_settings.py
+++ b/conf/dev_settings.py
@@ -2,6 +2,7 @@ import os
from settings import INSTALLED_APPS, LOGGING, MIDDLEWARE_CLASSES, SITE_ROOT
+AUTH_LDAP_SERVER_URI = 'ldap://taifun.local.sublab.org'
DEBUG = True
TEMPLATE_DEBUG = DEBUG