diff options
Diffstat (limited to 'nonsystemd/pambase/system-auth')
-rw-r--r-- | nonsystemd/pambase/system-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nonsystemd/pambase/system-auth b/nonsystemd/pambase/system-auth index 9b2da4567..c4a797180 100644 --- a/nonsystemd/pambase/system-auth +++ b/nonsystemd/pambase/system-auth @@ -15,7 +15,7 @@ account required pam_unix.so account optional pam_permit.so account required pam_time.so -password required pam_unix.so try_first_pass nullok shadow +password required pam_unix.so try_first_pass nullok shadow sha512 password optional pam_permit.so session required pam_limits.so |