summaryrefslogtreecommitdiff
path: root/man/pam_systemd.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-10-31 00:58:25 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-06 14:56:47 -0500
commit05a049cc44d1c7eadfab104eea15b13f0207ab40 (patch)
tree73c9dc11f559f27a1ebfd449b7de5041aa87eece /man/pam_systemd.xml
parentf7262a9f282fb3bea713458638cad7e79119c1e2 (diff)
systemd_pam: treat debug as debug=1 and parse all params
systemd_pam would ignore all params after the first invalid one. Instead ignore just this one, and parse the rest. There's just one now, but as a matter of principle ;) Also, allow debug as an alias for debug=1, and don't treat invalid debug= options as fatal.
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r--man/pam_systemd.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index 0e25a4ac9..d3edc32d2 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -131,10 +131,11 @@
</varlistentry>
<varlistentry>
- <term><option>debug=</option></term>
+ <term><option>debug<optional>=</optional></option></term>
- <listitem><para>Takes a boolean
- argument. If yes, the module will log
+ <listitem><para>Takes an optional
+ boolean argument. If yes or without
+ the argument, the module will log
debugging information as it
operates.</para></listitem>
</varlistentry>