出于安全考虑设置密码规则
设置密码到期的天数。
用户必须在天内更改密码。
此设置仅影响创建用户,而不会影响现有用户。
如果设置为现有用户,请运行命令“chage -M(days)(user)”。
PASS_MAX_DAYS 60
PASS_MIN_DAYS 3
PASS_MIN_LEN 8
PASS_WARN_AGE 7
[root@linuxprobe~]# vi /etc/pam.d/system-auth
# near line 15: prohibit to use the same password for 5 generation in past
password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=5
-
设置最小密码长度。 用户不能设置小于此参数的密码长度。
[root@linuxprobe~]
[root@linuxprobe~]
minlen = 8
[root@linuxprobe~]
[root@linuxprobe~]
maxclassrepeat = 4
[root@linuxprobe~]
[root@linuxprobe~]
lcredit = -1
[root@linuxprobe~]
[root@linuxprobe~]
ucredit = -1
[root@linuxprobe~]
[root@linuxprobe~]
dcredit = -1
[root@linuxprobe~]
[root@linuxprobe~]
ocredit = -1
[root@linuxprobe~]
maxsequence = 3
[root@linuxprobe~]
difok = 5
[root@linuxprobe~]
gecoscheck = 1
[root@linuxprobe~]
badwords = denywords1 denywords2 denywords3
[root@linuxprobe~]
password hashing algorithm is md5
[root@linuxprobe~]
[root@linuxprobe~]
password hashing algorithm is sha512
(责任编辑:IT) |