summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-20 17:40:22 +0200
committerJonathan Bauer2016-04-20 17:40:22 +0200
commit9757412f2be66d6e135d0a1c1a4bd0fdb52c57bf (patch)
tree534f69ade0217a276d705642a486a4321caec829 /server
parent[pam-bwidm] fix perms (diff)
downloadtm-scripts-9757412f2be66d6e135d0a1c1a4bd0fdb52c57bf.tar.gz
tm-scripts-9757412f2be66d6e135d0a1c1a4bd0fdb52c57bf.tar.xz
tm-scripts-9757412f2be66d6e135d0a1c1a4bd0fdb52c57bf.zip
[pam-bwidm] no logfile (doing redirecting within the script)
Diffstat (limited to 'server')
-rw-r--r--server/modules/pam-bwidm-freiburg/etc/pam.d/common-account2
-rw-r--r--server/modules/pam-bwidm-freiburg/etc/pam.d/common-auth2
2 files changed, 2 insertions, 2 deletions
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