This is a discussion on Acount lockout within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hello, An easy question for Linux gurus How can I set up a counter of incorrect tries for local ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| boomboom999@yahoo.com wrote: > Any ideas? From; man passwd A simple entry in the Linux-PAM configuration file for this service would be: # # passwd service entry that does strength checking of # a proposed password before updating it. # passwd password requisite \ /usr/lib/security/pam_cracklib.so retry=3 passwd password required \ /usr/lib/security/pam_unix.so use_authtok # -- "A personal computer is called a personal computer because it's yours, Anything that runs on that computer, you should have control over." Andrew Moss, Microsoft's senior director of technical policy, 2005 |