diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-31 00:58:25 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-06 14:56:47 -0500 |
commit | 05a049cc44d1c7eadfab104eea15b13f0207ab40 (patch) | |
tree | 73c9dc11f559f27a1ebfd449b7de5041aa87eece /man | |
parent | f7262a9f282fb3bea713458638cad7e79119c1e2 (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')
-rw-r--r-- | man/pam_systemd.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 0e25a4ac9f..d3edc32d2d 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> |