From bfc5c157d0c37c24b81947eacdf3703a927b4d60 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sun, 8 Apr 2018 01:55:30 +0200
Subject: [PATCH] Update protokollsystem auth import

---
 protokollsystem/templates/config.py.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protokollsystem/templates/config.py.j2 b/protokollsystem/templates/config.py.j2
index 9541e4f..9cea0c4 100644
--- a/protokollsystem/templates/config.py.j2
+++ b/protokollsystem/templates/config.py.j2
@@ -80,7 +80,7 @@ CALENDAR_TIMEZONE_MAP = {
 SESSION_PROTECTION = "strong"
 
 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_BACKENDS = [
 {% for auth in protokolle_auth_backends %}
-- 
GitLab