This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/ldap/settings.py

8 lines
101 B
Python
Raw Normal View History

2018-11-11 12:41:48 +00:00
"""
LDAP Settings
"""
AUTHENTICATION_BACKENDS = [
'supervisr.mod.auth.ldap.auth.LDAPBackend',
]