Ignore:
Timestamp:
11/17/2022 07:58:32 AM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
11c62aa
Parents:
41f908a (diff), 84f972c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    r41f908a r4f406ea  
    348348# use sha512 hash for encryption, use shadow, and try to use any previously
    349349# defined authentication token (chosen password) set by any prior module
    350 password  required    pam_unix.so       sha512 shadow try_first_pass
     350# Use the same number of rounds as shadow.
     351password  required    pam_unix.so       sha512 shadow try_first_pass \
     352                                        rounds=5000000
    351353
    352354# End /etc/pam.d/system-password</literal>
     
    368370     is built in, and the PAM module is built.
    369371-->
    370 <!--
     372<!-- WARNING: If for any reason the instructions below are reinstated be
     373     careful with the number of rounds, which should match the one in shadow.
    371374      <para>
    372375        The remaining generic file depends on whether <xref
Note: See TracChangeset for help on using the changeset viewer.