1837263 Members
2875 Online
110115 Solutions
New Discussion

passwd -x

 
Ana María
Occasional Contributor

passwd -x

When forcing users to change their password periodically, is it possible to allow specific login to avoid the condition?
Also for the password construction requirements (eg. min_pass_length)
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: passwd -x

Hi Ana:

Have a look at the options available in '/etc/default/security'. You will need to create this file if it doesn't exist. See the manpages for details:

http://docs.hp.com/en/B2355-60127/security.4.html

Specifically see the 'MIN_PASSWORD_LENGTH' and the 'PASSWORD_MAXDAYS'. For the MAXDAYS property, you can use 'passwd -x' to override the setting for a specific user(s).

Regards!

...JRF...
Ana María
Occasional Contributor

Re: passwd -x

Thanks James!