6 lines
97 B
Python
6 lines
97 B
Python
|
"""LDAP Settings"""
|
||
|
|
||
|
AUTHENTICATION_BACKENDS = [
|
||
|
'passbook.sources.ldap.auth.LDAPBackend',
|
||
|
]
|