mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
17cf314097
@ -332,18 +332,19 @@ auth required pam_unix.so
|
||||
# End /etc/pam.d/system-auth</literal>
|
||||
EOF
|
||||
|
||||
cat > /etc/pam.d/system-session << "EOF"
|
||||
cat > /etc/pam.d/system-session << "EOF" &&
|
||||
<literal># Begin /etc/pam.d/system-session
|
||||
|
||||
session required pam_unix.so
|
||||
|
||||
# End /etc/pam.d/system-session</literal>
|
||||
EOF
|
||||
|
||||
cat > /etc/pam.d/system-password << "EOF"
|
||||
<literal># Begin /etc/pam.d/system-password
|
||||
|
||||
# use sha512 hash for encryption, use shadow, and try to use any previously
|
||||
# defined authentication token (chosen password) set by any prior module
|
||||
# defined authentication token (chosen password) set by any prior module.
|
||||
# Use the same number of rounds as shadow.
|
||||
password required pam_unix.so sha512 shadow try_first_pass \
|
||||
rounds=500000
|
||||
|
Loading…
Reference in New Issue
Block a user