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

本文介绍如何在Linux系统中(如CentOS、Red Hat等)禁用基于字典的密码检查,以允许使用较弱的密码。通过编辑/etc/pam.d/system-auth文件,注释掉pam_cracklib.so配置行并移除pam_unix.so中的use_authtok选项,即可绕过密码强度检查。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值