Skip to content
Snippets Groups Projects
Commit 27f2acb9 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add ADManager import in example config

parent 2c556b65
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ SESSION_PROTECTION = "strong" # do not change
# authentication
SECURITY_KEY = "some other random string" # change this
AUTH_MAX_DURATION = 300
from auth import LdapManager, ADManager
AUTH_BACKENDS = [
LdapManager(
host="ldap.example.com",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment