1825782 Members
2144 Online
109687 Solutions
New Discussion

Re: Password strength

 
Jason Antes
Occasional Advisor

Password strength

That helps a lot. Thanks.

Another question: Is there a way in HP-UX 11 to set different password strengths for differnt users. I want my superusers to be forced to have an 8 character minimum password with at least 2 numbers and 2 special characters while the normal users only need a 6 character minimum password with at least 2 numbers. I can see to set it in the /etc/default security file, but I've only found that it can do it one way or another for every user on the server. Is there a way to do that on a group or individual user basis?

Thanks,
Jason
1 REPLY 1
Jeff Schussele
Honored Contributor

Re: Password strength

Hi Jason,

Haven't tried this before, but set the security file up as you wish & for every user you wish to enforce the policy run

/usr/lbin/modprpw -m usrpick=NO -m rstrpw=YES username


And for every you wish not to enforce run

/usr/lbin/modprpw -m usrpick=NO -m rstrpw=NO username

And let the system generate the PWs.
Don't think you can control this w/o letting the system generate the PW.

Rgds,
Jeff

PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!