mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 01:16:26 +00:00
8 lines
288 B
Plaintext
Executable File
8 lines
288 B
Plaintext
Executable File
# 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
|
|
password required pam_unix.so sha512 shadow try_first_pass
|
|
|
|
# End /etc/pam.d/system-password
|