diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-05-27 01:29:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-15 22:23:39 +0200 |
commit | 0e318cad06d483624076777c105bdcdd6aca3596 (patch) | |
tree | 010ff233270ed34349db1aeba7140455348a5163 /man | |
parent | f9f0c31ae58250341636c3be9aa439c77c26fcc1 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/pam_systemd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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.</para></listitem> </varlistentry> + + <varlistentry> + <term><option>debug=</option></term> + + <listitem><para>Takes a boolean + argument. If true, logs debugging + information.</para></listitem> + </varlistentry> </variablelist> <para>Note that setting <varname>kill-user=1</varname> |