From 9757412f2be66d6e135d0a1c1a4bd0fdb52c57bf Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 20 Apr 2016 17:40:22 +0200 Subject: [pam-bwidm] no logfile (doing redirecting within the script) --- server/modules/pam-bwidm-freiburg/etc/pam.d/common-account | 2 +- server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/modules/pam-bwidm-freiburg/etc/pam.d/common-account b/server/modules/pam-bwidm-freiburg/etc/pam.d/common-account index 86f61a1a..da270620 100644 --- a/server/modules/pam-bwidm-freiburg/etc/pam.d/common-account +++ b/server/modules/pam-bwidm-freiburg/etc/pam.d/common-account @@ -14,7 +14,7 @@ # # here are the per-package modules (the "Primary" block) -account [success=3 new_authtok_reqd=done default=ignore] pam_exec.so quiet debug log=/var/log/openslx/bwidm.log /opt/openslx/scripts/pam_bwidm +account [success=3 new_authtok_reqd=done default=ignore] pam_exec.so quiet debug /opt/openslx/scripts/pam_bwidm account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so use_first_pass account [success=1 new_authtok_reqd=done default=ignore] pam_sss.so use_first_pass # here's the fallback if no module succeeds diff --git a/server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth b/server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth index f0f4d473..dc10df3b 100644 --- a/server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth +++ b/server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth @@ -14,7 +14,7 @@ # pam-auth-update(8) for details. # here are the per-package modules (the "Primary" block) -auth [success=4 default=ignore] pam_exec.so quiet debug log=/var/log/openslx/bwidm.log expose_authtok /opt/openslx/scripts/pam_bwidm +auth [success=4 default=ignore] pam_exec.so quiet debug expose_authtok /opt/openslx/scripts/pam_bwidm auth [success=ok default=ignore] pam_krb5.so minimum_uid=1000 try_first_pass auth [success=2 default=ignore] pam_unix.so try_first_pass auth [success=1 default=ignore] pam_sss.so use_first_pass -- cgit v1.2.3-55-g7522