diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-05-12 10:33:27 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-12 12:14:17 +0200 |
commit | 971c07fc6812315c2b27015dfcc652a747f919ed (patch) | |
tree | 5516c6ac2d37d2520fee6f6f6fd242db6495cfe8 /man/pam_systemd_home.xml | |
parent | Merge pull request #19533 from yuwata/network-queue (diff) | |
download | systemd-971c07fc6812315c2b27015dfcc652a747f919ed.tar.xz systemd-971c07fc6812315c2b27015dfcc652a747f919ed.zip |
pam: fix typo try_authtok → use_authtok
This was a copy/paste mistae apparently, there's not "try_authtok" and
this was supposed to copy what Fedora uses, which uses "use_authtok"
correctly. Hence adjust this.
Fixes: #19369
Diffstat (limited to 'man/pam_systemd_home.xml')
-rw-r--r-- | man/pam_systemd_home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pam_systemd_home.xml b/man/pam_systemd_home.xml index 93e8435805..906d1c1516 100644 --- a/man/pam_systemd_home.xml +++ b/man/pam_systemd_home.xml @@ -139,7 +139,7 @@ account sufficient pam_unix.so account required pam_permit.so <command>-password sufficient pam_systemd_home.so</command> -password sufficient pam_unix.so sha512 shadow try_first_pass try_authtok +password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok password required pam_deny.so -session optional pam_keyinit.so revoke |