1833059 Members
2743 Online
110049 Solutions
New Discussion

password settings

 
Todd McDaniel_1
Honored Contributor

password settings

I have a situation where a user is apparently being kicked off the system after one failed attempt to login. I havent been able to validate their issue yet, but I will shortly.

However, I have tested it with my own Id and get 3 attempts before I am kicked off the box which is normal.

This is a non-trusted box.

Where do I look to find the settings to ensure they are correct for password attempts or can that value be set for a particular user? I dont think it can, but I wanted to be sure.
Unix, the other white meat.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: password settings

Shalom,

On a non-trusted box there has to be script scanning the lastb output and disabling the user. Unless this is a new 11.31 feature, thats How I had to implement on 11.00-11.23 boxes.

What are the settings in /etc/default/security

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
whiteknight
Honored Contributor

Re: password settings

if it not trusted box, then you should be using customized password check ?

Normal non trusted box will not have password policy

what version of hpux OS ?

WK
Problem never ends, you must know how to fix it
Todd McDaniel_1
Honored Contributor

Re: password settings

# cat /etc/default/security
MIN_PASSWORD_LENGTH=8
PASSWORD_MAXDAYS=60
PASSWORD_HISTORY_DEPTH=12

HP-UX hpuxapp1 B.11.00 U 9000/800 1502796537 unlimited-user license


I tested my personal ID and it worked correctly with 3 failures, I got kicked out.
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: password settings

my system does kick you off after 3 failed attempts, I just cant figure out where it does it.

any thoughts?
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: password settings

I need to find where the system default is enumerated...

thanks for your help.
Unix, the other white meat.