mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 17:56:07 -04:00
Use 65536 hashing rounds
This commit is contained in:
parent
86117d9577
commit
24d9eadcb2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue