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