Operating System - HP-UX
1851007 Members
2594 Online
104056 Solutions
New Discussion

Used login should never lock.

 
SOLVED
Go to solution
Mehul_5
Occasional Contributor

Used login should never lock.

Is there a command to never lock account of a user? After three wrong login attempts, user account expires and I want to change this behaviour.
2 REPLIES 2
Mel Burslan
Honored Contributor
Solution

Re: Used login should never lock.

SAM --> Accounts for Users & Groups --> Users

find your user and highlight the line

Actions --> Modify Security Policies --> General User Account Policies --> Unsuccessful Login Tries Allowed --> Customize :

here you will be given the number of tries currently allowed. Changing it to zero I think eliminates this restriction totally.

Create a dummy user and test it before changing it on a live user's account in my opinion.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Dan Yeatman
Advisor

Re: Used login should never lock.

See modprpw man page for details on parameters that can be set.

parameter for user login attempts is

umaxlntr=value database u_maxtries.

Set Maximum Unsuccessful Login tries allowed.

0 = infinite.