Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/libpwquality.xml

    rb9567b04 rc0464a8  
    150150                                         enforcing=1 badwords="" \
    151151                                         dictpath=/usr/lib/cracklib/pw_dict
    152 # use sha512 hash for encryption, use shadow, and use the
    153 # authentication token (chosen password) set by pam_pwquality
    154 # above (or any previous modules). Also set the number of crypt rounds
    155 # to the value used in shadow.
    156 password  required    pam_unix.so        sha512 shadow use_authtok \
    157                                          rounds=500000
     152
     153# use yescrypt hash for encryption, use shadow, and try to use any
     154# previously defined authentication token (chosen password) set by any
     155# prior module.
     156password  required    pam_unix.so        yescrypt shadow try_first_pass
    158157
    159158# End /etc/pam.d/system-password</literal>
Note: See TracChangeset for help on using the changeset viewer.