summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunknown <q16127@.ds.mot.com>2012-01-25 17:31:27 +0900
committerunknown <q16127@.ds.mot.com>2012-01-25 17:31:27 +0900
commita0f62fa0067104a1c82b3abb0e7e00060a734b24 (patch)
treefa3749a1fc46d136df87ca4d2c8fa952f2f4a73e
parente2b5911f2dfbd3255beecbac4dedc75c5b19e170 (diff)
downloadaskbot-a0f62fa0067104a1c82b3abb0e7e00060a734b24.tar.gz
askbot-a0f62fa0067104a1c82b3abb0e7e00060a734b24.tar.bz2
askbot-a0f62fa0067104a1c82b3abb0e7e00060a734b24.zip
Commented out PROXYDN_* configuration values since they are not be used at the moment.
-rw-r--r--askbot/conf/external_keys.py36
1 files changed, 19 insertions, 17 deletions
diff --git a/askbot/conf/external_keys.py b/askbot/conf/external_keys.py
index b333934f..4d2f7236 100644
--- a/askbot/conf/external_keys.py
+++ b/askbot/conf/external_keys.py
@@ -228,20 +228,22 @@ settings.register(
)
)
-settings.register(
- livesettings.StringValue(
- EXTERNAL_KEYS,
- 'LDAP_PROXYDN',
- description=_('LDAP PROXY DN'),
- default=""
- )
-)
-
-settings.register(
- livesettings.StringValue(
- EXTERNAL_KEYS,
- 'LDAP_PROXYDN_PASSWORD',
- description=_('LDAP PROXY DN Password'),
- defalut="",
- )
-) \ No newline at end of file
+# May be necessary, but not handled properly.
+# --> Commenting out until handled properly in backends.ldap_authenticate()
+#settings.register(
+# livesettings.StringValue(
+# EXTERNAL_KEYS,
+# 'LDAP_PROXYDN',
+# description=_('LDAP PROXY DN'),
+# default=""
+# )
+#)
+#
+#settings.register(
+# livesettings.StringValue(
+# EXTERNAL_KEYS,
+# 'LDAP_PROXYDN_PASSWORD',
+# description=_('LDAP PROXY DN Password'),
+# defalut="",
+# )
+#) \ No newline at end of file