Resolve and Remove "BAD PASSWORD: It is Based on a Dictionary Word "in Linux

如何在Linux中解决并移除基于字典的弱密码错误
本文详细介绍了在CentOS、RedHat等Linux发行版中,通过修改`/etc/pam.d/system-auth`文件来解决和移除基于字典的弱密码错误的方法。

[转自]http://www.dbuggr.com/smallwei/resolve-remove-linux-bad-password-based-dictionary-word/

Resolve and Remove “BAD PASSWORD: it is based on a dictionary word “in Linux
If you know what you’re doing and want to use weak password in Linux (CentOS, RedHat … etc), follow the steps below.

1. vi /etc/pam.d/system-auth as root.

2. Look for the following two lines:

password    requisite     pam_cracklib.so try_first_pass retry=3
password    sufficient    pam_unix.so md5 shadow nullok try_first_pass use_authtok

 3. Comment out the first of the two lines:

#password    requisite     pam_cracklib.so try_first_pass retry=3

4. Remove use_authtok on the second line. Otherwise you’ll get “passwd: Authentication information cannot be recovered” error.
password    sufficient    pam_unix.so md5 shadow nullok try_first_pass

5. That’s it. Try changing your password again.

 

转载于:https://www.cnblogs.com/xlmeng1988/archive/2013/05/17/3084169.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值