summaryrefslogtreecommitdiff
path: root/man/pam_systemd_home.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-06 22:26:54 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-06 22:30:27 +0200
commitc6472bb019d57af5b9c4a95456885f097d7e87a5 (patch)
tree55ab1e782f9ede0d297402cf5f29262c9df43d85 /man/pam_systemd_home.xml
parentbd685faa1a3d08598322dc6e256ac585cffcdbac (diff)
downloadsystemd-c6472bb019d57af5b9c4a95456885f097d7e87a5.tar.gz
man: highlight relevant lines in pam_systemd_home.so example PAM snippet
let's do this like we do in the NSS module man pages.
Diffstat (limited to 'man/pam_systemd_home.xml')
-rw-r--r--man/pam_systemd_home.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/pam_systemd_home.xml b/man/pam_systemd_home.xml
index d952c98dc1..e0e24e5888 100644
--- a/man/pam_systemd_home.xml
+++ b/man/pam_systemd_home.xml
@@ -116,21 +116,21 @@
<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>