1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update sshpwd-profile-iiab.sh

This commit is contained in:
A Holt 2020-10-10 17:15:09 -04:00 committed by GitHub
parent a60402461a
commit bb03210459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ check_user_pwd() {
# if sudo access set with "%wheel ALL= NOPASSWD: ALL" in /etc/sudoers per # if sudo access set with "%wheel ALL= NOPASSWD: ALL" in /etc/sudoers per
# https://github.com/iiab/iiab/blob/master/roles/iiab-admin/tasks/admin-user.yml # https://github.com/iiab/iiab/blob/master/roles/iiab-admin/tasks/admin-user.yml
# BUT: warning popups did not result on most OS's, much as mentioned here: # BUT: warning popups did not result on most OS's, much as mentioned here:
# https://github.com/iiab/iiab/blob/master/roles/iiab-admin/tasks/main.yml#L38-L44 # https://github.com/iiab/iiab/blob/master/roles/iiab-admin/tasks/main.yml#L24-L30
# $meth (hashing method) is typically '6' which implies 5000 rounds # $meth (hashing method) is typically '6' which implies 5000 rounds
# of SHA-512 per /etc/login.defs -> /etc/pam.d/common-password # of SHA-512 per /etc/login.defs -> /etc/pam.d/common-password