LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Linux Password Policy (https://www.linuxquestions.org/questions/linux-security-4/linux-password-policy-141767/)

MaverickApollo 02-03-2004 09:24 AM

Linux Password Policy
 
How can I set password policys?

For instance, allowing dictionary words, which at the moment my Gentoo box is refusing to accept from users..

Caeda 02-03-2004 10:24 AM

/me pokes around his Suse box...

Well, I found no way to change the kind of passwords it accepts except for password lenght and encryption method. Most likely there's a way that nobody ever uses or more possibly you cant change it to allow them because its basically really stupid to do so.

If you need dictionary words that badly just type 0yourword1 or use their age for the numbers... and capatalize every other letter or something silly to keep the computer happy.

ugge 02-07-2004 06:49 AM

Most likely this configuration is made from PAM system (Pluggable Authentication Modules).
Configuration for this is found in /etc/pam.d directory
Every service using PAM has a config file listed there.
Check for the file login and have a look in it. This file configures what is needed to be logged in to the system. I'm not qualified to make any configuration modifications but take a look at the documentation for PAM found in /usr/share/doc directory somewhere.


All times are GMT -5. The time now is 04:51 AM.