]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: highlight relevant lines in pam_systemd_home.so example PAM snippet
authorLennart Poettering <lennart@poettering.net>
Wed, 6 May 2020 20:26:54 +0000 (22:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 May 2020 20:30:27 +0000 (22:30 +0200)
let's do this like we do in the NSS module man pages.

man/pam_systemd_home.xml

index d952c98dc1418072fafdf77916a6d47116c506dd..e0e24e588880ed047c0ddd39e4f726943564dcd2 100644 (file)
 
     <programlisting>#%PAM-1.0
 auth      sufficient pam_unix.so
--auth     sufficient pam_systemd_home.so
+<command>-auth     sufficient pam_systemd_home.so</command>
 auth      required   pam_deny.so
 
 account   required   pam_nologin.so
--account  sufficient pam_systemd_home.so
+<command>-account  sufficient pam_systemd_home.so</command>
 account   sufficient pam_unix.so
 account   required   pam_permit.so
 
--password sufficient pam_systemd_home.so
+<command>-password sufficient pam_systemd_home.so</command>
 password  sufficient pam_unix.so sha512 shadow try_first_pass try_authtok
 password  required   pam_deny.so
 
 -session  optional   pam_keyinit.so revoke
 -session  optional   pam_loginuid.so
--session  optional   pam_systemd_home.so
+<command>-session  optional   pam_systemd_home.so</command>
 -session  optional   pam_systemd.so
 session   required   pam_unix.so</programlisting>
   </refsect1>