This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
authentik
mirror of
https://github.com/goauthentik/authentik.git
Watch
1
Star
0
Fork
You've already forked authentik
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1fac964b8b
authentik
/
passbook
/
ldap
/
settings.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
more cleanup, remove supervisr imports
2018-11-16 09:08:15 +00:00
"""
LDAP Settings
"""
add working oauth and ldap client
2018-11-11 12:41:48 +00:00
AUTHENTICATION_BACKENDS
=
[
more cleanup, remove supervisr imports
2018-11-16 09:08:15 +00:00
'
passbook.ldap.auth.LDAPBackend
'
,
add working oauth and ldap client
2018-11-11 12:41:48 +00:00
]