免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2896 | 回复: 3
打印 上一主题 下一主题

[系统安全] linux 修改密码需要输入4次才算成功! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-03-26 16:00 |只看该作者 |倒序浏览
[root@jx_hweb11 root]# passwd jxmcc
Changing password for user jxmcc.
New UNIX password:
Retype new UNIX password:
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@jx_hweb11 root]#

怎么会是4次能,不是2次吗?
怎么变成2次啊?
[root@jx_hweb11 root]# cat /etc/pam.d/system-auth
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth        required      /lib/security/$ISA/pam_env.so

auth       sufficient      /lib/security/$ISA/pam_unix.so try_first_pass nullok
auth        required      /lib/security/$ISA/pam_deny.so

account     required      /lib/security/$ISA/pam_unix.so

password     required    /lib/security/$ISA/pam_cracklib.so dcredit=-1 ocredit=-1 ucredit=-1 lcredit=-1  retry=3  minlen=6

password       sufficient      /lib/security/$ISA/pam_unix.so   nullok  use_authok try_first_pass  md5  shadow remember=5
password    required      /lib/security/$ISA/pam_deny.so

session     required      /lib/security/$ISA/pam_limits.so
session     required      /lib/security/$ISA/pam_unix.so
[root@jx_hweb11 root]# which passwd
/usr/bin/passwd
[root@jx_hweb11 root]# lsattr /etc/passwd
------------- /etc/passwd
[root@jx_hweb11 root]# lsattr /etc/shadow
------------- /etc/shadow
[root@jx_hweb11 root]#  

论坛徽章:
0
2 [报告]
发表于 2014-03-26 16:31 |只看该作者
vi /etc/pam.d/passwd
password    requisite     pam_cracklib.so dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 minlen=6
password  required pam_unix.so use_authtok nullok md5
password required pam_unix.so remember=5 use_authtok
全部在前面加# 屏蔽掉
,自己解决

论坛徽章:
1
处女座
日期:2014-04-25 21:29:27
3 [报告]
发表于 2014-03-27 14:45 |只看该作者
其实一次就好了
这样写:
echo "root:woshishui" |chpasswd

论坛徽章:
0
4 [报告]
发表于 2014-03-29 11:18 |只看该作者
真厉害,很实用,防止人家破解。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP