authentik/passbook/ldap/settings.py

6 lines
89 B
Python

"""LDAP Settings"""
AUTHENTICATION_BACKENDS = [
'passbook.ldap.auth.LDAPBackend',
]