From 28612a9d7ffb350e0739ccda0d0a4ef0f5c0a2be Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sat, 17 Feb 2018 19:53:34 +0100
Subject: [PATCH] Add PAM example config entry

---
 config.py.example | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.py.example b/config.py.example
index ee78247..67ce7d6 100644
--- a/config.py.example
+++ b/config.py.example
@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
     StaticUserManager(
         users=(
             ("username", "password", ("group1", "group2")),
-            ("testuser", "abc123", ("group1")),
+            ("testuser", "abc123", ("group1",)),
         )
-    )
+    ),
+    PAMManager(),
 ]
 
 OBSOLETION_WARNING = """Please migrate your account!""" # not important
-- 
GitLab