Link to home
Start Free TrialLog in
Avatar of Ironman88
Ironman88Flag for United States of America

asked on

Linux password lockout

I have a Fedora core 4 box and I want to lock a user account if someone tries an brute force on the password.  I want to also be able to unlock the account after a set period of time.  Is this possible with Fedora 4?
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Check the link ahoffmann provided and to install it in Fedora as root type:

yum install pam_abl
Avatar of Mohan Shivaiah
Mohan Shivaiah

Hi ,
Use the command passwd -l user_name  --for locking the account
and passwd -u user_name  --for unlocking the account.
I can suggest you to put cron job.

BR Dushan