Fix wrong path for authentication backend (fixes #7693)

This commit is contained in:
Benjamin Dauvergne 2015-06-29 12:02:11 +02:00
parent c6bc5a60d0
commit 1ec684b60a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ LDAP_AUTH_SETTINGS = [
},
}
]
AUTHENTICATION_BACKENDS = ('authentic2.backends.LDAPBackend',)
AUTHENTICATION_BACKENDS = ('authentic2.backends.ldap_backend.LDAPBackend',)
# bypass authentic2 warning: "DEFAULT_FROM_EMAIL must be customized"
DEFAULT_FROM_EMAIL = 'root@localhost'