Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
There is a config file you can edit for this. In most RedHat systems it is located at /etc/pam.d/system-auth. Being in Ubuntu at the moment, I can tell you it is at /etc/pam.d/common-password. Once you open the file, you should see a line that begins with the words password required. Here, you should hopefully see a min= or minlen= variable. Set it to the length you prefer.
Hi
I have configured the same system-auth file which resides in /etc/pam.d/
I am able get password policies:-
a. password cannot be on dictionary based or reverse dictionary based
b. password cannot be less then 8 characters
c. password cannot be repeated.
d. It remembers 12 previous passwords history.
But when I tried to check complexity the pam password complexity setting didn't work say
I have edited a line in system-auth "password requisite pam_cracklib.so try_first_pass retry=3 minlen=8 lcredit=1 ucredit=1 dcredit=1 ocredit=0"
When I set the password on my mobile base for testing it set that password ideally if i configured the above settings in system-auth
the number password should not accept it should ask the user to user alphanumeric password that should not be on dictionary based.
please suggest..
regards
CJ
// cj_cheema, I've moved your post to its own thread. Please let dead threads rest in peace. --win32sux
Last edited by win32sux; 05-11-2010 at 12:07 AM.
Reason: Added note about necroposting.
(N >= 0) : This is the maximum credit for having digits in the new password
(N < 0) : This is the minimum number of digits that must be met for a new password.
difok=6: How many characters can be the same in the new password relative to the old. User will see error - BAD PASSWORD: is too similar to the old one
I come again... Thanks for supports. I am facing another problem while configuring the system-auth file for setting user account locking after 3 fail attempts. But this configuration is not working means user are able to login still after 3 fail logins. Below are the configuration parameter which I have edited:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.