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

Update protokollsystem auth import

parent 92b1a10c
Branches
Tags
No related merge requests found
...@@ -80,7 +80,7 @@ CALENDAR_TIMEZONE_MAP = { ...@@ -80,7 +80,7 @@ CALENDAR_TIMEZONE_MAP = {
SESSION_PROTECTION = "strong" SESSION_PROTECTION = "strong"
SECURITY_KEY = "{{ protokolle_security_key }}" SECURITY_KEY = "{{ protokolle_security_key }}"
from auth.auth import LdapManager, ADManager from common.auth import LdapManager, ADManager
AUTH_MAX_DURATION = {{ protokolle_auth_max_duration }} AUTH_MAX_DURATION = {{ protokolle_auth_max_duration }}
AUTH_BACKENDS = [ AUTH_BACKENDS = [
{% for auth in protokolle_auth_backends %} {% for auth in protokolle_auth_backends %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment