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

如果修改的是root的密码则即使有错误提示也可以修改成功的,但是对于一般的用户则不会成功,解决方法如下:

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

  1. password    requisite     pam_cracklib.so try_first_pass retry=3

  2. 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.

删除掉 "use_authtok “从第二行,否则你会得到"passwd : Authentication information canot be recovered "的错误提示
password    sufficient    pam_unix.so md5 shadow nullok try_first_pass

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

 搞定,再次尝试修改密码()

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值