fix(settings): Use correct port
This commit is contained in:
parent
10cfb987c1
commit
b6371c3e6d
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ LOGGING = {
|
|||
|
||||
CAS_AUTH_CLASS = "cas_server.auth.LdapAuthUser"
|
||||
CAS_LDAP_SERVER = ldap3.Server(
|
||||
"ldaps://ldap.spi.ens.fr:6636",
|
||||
"ldaps://ldap.spi.ens.fr:636",
|
||||
get_info=ldap3.ALL,
|
||||
tls=ldap3.Tls(
|
||||
validate=ssl.CERT_REQUIRED,
|
||||
|
|
Loading…
Reference in a new issue