From 05a049cc44d1c7eadfab104eea15b13f0207ab40 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 31 Oct 2013 00:58:25 -0400 Subject: 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. --- man/pam_systemd.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man/pam_systemd.xml') 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 @@ - + - Takes a boolean - argument. If yes, the module will log + Takes an optional + boolean argument. If yes or without + the argument, the module will log debugging information as it operates. -- cgit v1.2.3-54-g00ecf