LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Turn off "Bad password" forcing in passwd (https://www.linuxquestions.org/questions/linux-general-1/turn-off-bad-password-forcing-in-passwd-440582/)

Rotwang 05-01-2006 11:54 AM

Turn off "Bad password" forcing in passwd
 
Assuming I have root access, how do I turn off the strict password requirements of passwd? I know it's an optional setting somewhere. When it forces you to pick a different password by saying "Bad password - based on a dictionary word" etc etc..

I want to turn it off because it's forcing me to make a password that's insecure. (because I'd have to write the pw down.)

I'm using CentOS (basically the same as RHEL), if it matters.

macemoneta 05-02-2006 08:55 AM

If you are root, the passwd command still accepts the password; the message is just a warning.

The warning is important - it tells you that your passwd can be easily obtained by password guessing software. To make a secure password, use two non-related words separated by a special character and at least a 3 digit number. For example:

large$cardboard4390

These are surprisingly easy to remember.


All times are GMT -5. The time now is 08:09 AM.