Parcourir la source

Fix missing LDAP config change

Baptiste Jonglez il y a 10 ans
Parent
commit
bc0994f997
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -212,7 +212,7 @@ AUTHENTICATION_BACKENDS = (
 
 
 # LDAP Backend pour authentification
 # 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_START_TLS = True
 AUTH_LDAP_GLOBAL_OPTIONS = {ldap.OPT_X_TLS_REQUIRE_CERT: ldap.OPT_X_TLS_NEVER}
 AUTH_LDAP_GLOBAL_OPTIONS = {ldap.OPT_X_TLS_REQUIRE_CERT: ldap.OPT_X_TLS_NEVER}