Operating System - HP-UX
1825002 Members
2597 Online
109678 Solutions
New Discussion юеВ

hp-ux password policies on trusted systems

 
JOHN TURNER_2
Frequent Advisor

hp-ux password policies on trusted systems

Hello

im after some advice or info on how to go about setting up some password policies on a trusted hpux system.

The policies that i need to incorporate are:
minimum of 8 characters
need 3 of the 4 following elements:
numeric
uppercase alpha
lowercase alpha
special characters

Anyone got any thoughts on this

John
GUI's are for wimps!
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: hp-ux password policies on trusted systems

John,

Have a look at the man page for security, in particular MIN_PASSWORD_LENGTH, and PASSWORD_MIN__CHARS


Pete

Pete
Akram Shaik
Frequent Advisor

Re: hp-ux password policies on trusted systems

Try man page for modprpw on your system.

Check out if that can help you out.
when everyting is coming your way then you are in the wrong lane
Court Campbell
Honored Contributor

Re: hp-ux password policies on trusted systems

The parameters that Pete mentioned will work. they go inside the file /etc/default/security. You can do a "man security" for more info.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Bill Hassell
Honored Contributor

Re: hp-ux password policies on trusted systems

SAM can set your global password policies, or you can create the file /etc/default/security with the parameters listed in the man page for secuirty. Attached is a heavily commented example security file. NOTE: /etc/default/security depends completely on patches to your OS, especially if your OS is older than 11.23. Many of the options simply don't work if you don't have the latest patches.


Bill Hassell, sysadmin