mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Check for ldap3 existence
This commit is contained in:
parent
ed303e2ae8
commit
fea2015153
1 changed files with 1 additions and 1 deletions
|
@ -94,8 +94,8 @@ DATABASES = {
|
|||
}
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
|
||||
"django.contrib.auth.backends.ModelBackend",
|
||||
"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
|
||||
]
|
||||
|
||||
LOGIN_URL = "/accounts/login/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue