diff options
Diffstat (limited to 'factory/etc/pam.d/system-auth')
-rw-r--r-- | factory/etc/pam.d/system-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/etc/pam.d/system-auth b/factory/etc/pam.d/system-auth index 522c51324a..c2d6240930 100644 --- a/factory/etc/pam.d/system-auth +++ b/factory/etc/pam.d/system-auth @@ -13,7 +13,7 @@ account sufficient pam_unix.so account required pam_permit.so -password sufficient pam_systemd_home.so -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 |