mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Use 65536 hashing rounds
This commit is contained in:
parent
86117d9577
commit
24d9eadcb2
@ -22,7 +22,7 @@
|
||||
# pam-auth-update(8) for details.
|
||||
|
||||
# here are the per-package modules (the "Primary" block)
|
||||
password [success=1 default=ignore] pam_unix.so obscure sha512
|
||||
password [success=1 default=ignore] pam_unix.so obscure sha512 rounds=65536
|
||||
# here's the fallback if no module succeeds
|
||||
password requisite pam_deny.so
|
||||
# prime the stack with a positive return value if there isn't one already;
|
||||
|
Loading…
Reference in New Issue
Block a user