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