From 6cbf2625a02c1301bd2e5da107126dc029528d16 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Fri, 7 Feb 2020 13:18:48 +0100
Subject: [PATCH] FIX: Removed quotes from config string.

---
 conf/core/usersources.ini.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/core/usersources.ini.template b/conf/core/usersources.ini.template
index 9f821e2c..14ad6342 100644
--- a/conf/core/usersources.ini.template
+++ b/conf/core/usersources.ini.template
@@ -25,7 +25,7 @@ defaultRealm = PAM
 
 [PAM]
 class = caosdb.server.accessControl.Pam
-; pam_script = "./misc/pam_authentication/pam_authentication.sh"
+; pam_script = ./misc/pam_authentication/pam_authentication.sh
 default_status = ACTIVE
 ;include.user = [uncomment and put your users here]
 ;include.group = [uncomment and put your groups here]
-- 
GitLab