Browse Source

Fix missing LDAP config change

Baptiste Jonglez 10 years ago
parent
commit
bc0994f997
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -212,7 +212,7 @@ AUTHENTICATION_BACKENDS = (
 
 # LDAP Backend pour authentification
 
-AUTH_LDAP_SERVER_URI = "ldap://ldapdev.illyse.org:390"
+AUTH_LDAP_SERVER_URI = "ldap://ldapdev.illyse.org:389"
 AUTH_LDAP_START_TLS = True
 AUTH_LDAP_GLOBAL_OPTIONS = {ldap.OPT_X_TLS_REQUIRE_CERT: ldap.OPT_X_TLS_NEVER}