fix(settings): Use correct port

This commit is contained in:
Tom Hubrecht 2024-07-02 19:01:35 +02:00
parent 10cfb987c1
commit b6371c3e6d

View file

@ -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,