chiark / gitweb /
systemd_pam: treat debug as debug=1 and parse all params
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 31 Oct 2013 04:58:25 +0000 (00:58 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 Nov 2013 19:56:47 +0000 (14:56 -0500)
commit05a049cc44d1c7eadfab104eea15b13f0207ab40
tree73c9dc11f559f27a1ebfd449b7de5041aa87eece
parentf7262a9f282fb3bea713458638cad7e79119c1e2
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
src/login/pam-module.c