Moteurs d’authentification ¶
See also
########### Paramètrage Django pour l'utilisation de LDAP ##############
# https://docs.djangoproject.com/fr/2.1/ref/settings/#std:setting-AUTHENTICATION_BACKENDS
AUTHENTICATION_BACKENDS = (
"django.contrib.auth.backends.ModelBackend",
"accounts.backends.Id3LDAPBackend",
"accounts.backends.Id3AuthBackend",
)