From 27f2acb9434b28524f99f22b6b857c83175c245e Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sat, 17 Feb 2018 18:31:58 +0100
Subject: [PATCH] Add ADManager import in example config

---
 config.py.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.py.example b/config.py.example
index 181aed8..4a85458 100644
--- a/config.py.example
+++ b/config.py.example
@@ -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",
-- 
GitLab