Operating System - HP-UX
1835116 Members
4246 Online
110076 Solutions
New Discussion

Re: Password History not configured

 
SOLVED
Go to solution
Belinda Dermody
Super Advisor

Password History not configured

I just Installed HP-UX11 on my H50 system from 10.20. I was using a trusted system on 10.20 and converted to a trusted system after installation on 11. I copied over all the tcb files. When I go in an change passwords for users I get the following message on the screen.

Password history is not configured in the /etc/default/security file. Default password history depth 1 is used

I can not find any information about this. I have gone through sam and did my password aging stuff.
3 REPLIES 3
Helen French
Honored Contributor
Solution

Re: Password History not configured

S.K. Chan
Honored Contributor

Re: Password History not configured

From Technical DB ..

To enable the password history feature, the system administrator should create a file (or open the file if it already exists) named /etc/default/security and append to it one line containing:
PASSWORD_HISTORY_DEPTH=number
The line contains three keywords: PASSWORD_HISTORY_DEPTH, =, and a decimal number which is the desired depth for the password history check. If the number is 2, the user's new password will be checked against two previously used passwords.
Ceesjan van Hattum
Esteemed Contributor

Re: Password History not configured

Hi,

Discover UnixAdm.net:
http://www.unixadm.net/howto/etc-security.html
gives you the list of all nice parameters. It is not so difficult as it seems.

Greetings,
Ceesjan