mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Merge pull request #1281 from vladimirdulov/bugfix/ldap_and_local_auth
This commit is contained in:
commit
4749a3ac6d
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ if LDAP:
|
|||
}
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
'django_auth_ldap.backend.LDAPBackend',
|
||||
]
|
||||
except ModuleNotFoundError:
|
||||
|
|
Loading…
Reference in a new issue