Changeset 024fb949 for postlfs/security/shadow.xml
- Timestamp:
- 11/25/2022 07:31:43 AM (23 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.