]> git.ipfire.org Git - thirdparty/systemd.git/commit
pam-module: add debug= parameter
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 26 May 2011 23:29:34 +0000 (01:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2011 20:23:39 +0000 (22:23 +0200)
commit0e318cad06d483624076777c105bdcdd6aca3596
tree010ff233270ed34349db1aeba7140455348a5163
parentf9f0c31ae58250341636c3be9aa439c77c26fcc1
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
src/pam-module.c