mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
make local auth working along with ldap auth so that local superuser could manage ldap users
This commit is contained in:
parent
dd1e01ee24
commit
37bdcbf950
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ if LDAP:
|
||||||
}
|
}
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
|
'django.contrib.auth.backends.ModelBackend',
|
||||||
'django_auth_ldap.backend.LDAPBackend',
|
'django_auth_ldap.backend.LDAPBackend',
|
||||||
]
|
]
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue