From 0e318cad06d483624076777c105bdcdd6aca3596 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 27 May 2011 01:29:34 +0200 Subject: pam-module: add debug= parameter It is customary that pam modules do not log debugging information by default. Usually they offer a 'debug' option. Add a boolean debug= option to pam_systemd.so. This will solve bug https://bugzilla.redhat.com/show_bug.cgi?id=705427 Commit 53d5582fa006b0eb528f5dc3f4ba978abd8ac5a3 was not sufficient to fix it, because in Fedora rsyslog is configured to write even LOG_DEBUG messages to /var/log/secure by default. --- man/pam_systemd.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/pam_systemd.xml') diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 11852eb02c..208c7da1c4 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -273,6 +273,14 @@ be reset for the processes of the logged in user. + + + + + Takes a boolean + argument. If true, logs debugging + information. + Note that setting kill-user=1 -- cgit v1.2.3-54-g00ecf