Changeset 024fb949
- Timestamp:
- 11/25/2022 07:31:43 AM (22 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- b3c16a78
- Parents:
- 353fc67
- Location:
- postlfs/security
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/security/libpwquality.xml
r353fc67 r024fb949 161 161 # to the value used in shadow. 162 162 password required pam_unix.so sha512 shadow use_authtok \ 163 rounds=500000 0163 rounds=500000 164 164 165 165 # End /etc/pam.d/system-password</literal> -
postlfs/security/linux-pam.xml
r353fc67 r024fb949 350 350 # Use the same number of rounds as shadow. 351 351 password required pam_unix.so sha512 shadow try_first_pass \ 352 rounds=500000 0352 rounds=500000 353 353 354 354 # End /etc/pam.d/system-password</literal> -
postlfs/security/shadow.xml
r353fc67 r024fb949 139 139 140 140 sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \ 141 -e 's@#\(SHA_CRYPT_..._ROUNDS 5000\)@\100 0@' \141 -e 's@#\(SHA_CRYPT_..._ROUNDS 5000\)@\100@' \ 142 142 -e 's@/var/spool/mail@/var/mail@' \ 143 143 -e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \ … … 189 189 <para> 190 190 <command>sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' -e 191 's@# SHA_CRYPT_..._ROUNDS 5000@&000@' -e191 's@#\(SHA_CRYPT_..._ROUNDS 5000\)@\100@' -e 192 192 's@/var/spool/mail@/var/mail@' -e '/PATH=/{s@/sbin:@@;s@/bin:@@}' 193 193 -i etc/login.defs</command>: Instead of using the default 'DES'
Note:
See TracChangeset
for help on using the changeset viewer.