Operating System - HP-UX
1850488 Members
3130 Online
104054 Solutions
New Discussion

error after converting to trusted system

 
SOLVED
Go to solution
Joseph Bague
Frequent Advisor

error after converting to trusted system

Hi to all

After converting our server to trusted system. I saw this error to syslog, what seems to be the problem?

error:

Feb 12 13:55:10 erpapps2 login: get_pwhist_config: Can not open /etc/default/security file. Default password history depth 1 is used.
Expect nothing but ready for everything
5 REPLIES 5
Michael Tully
Honored Contributor

Re: error after converting to trusted system

There is a default security file that is being referenced. Just create it, see the man page for the options.

# man 4 security

If you think you don't need all of those options don't worry about it. "The Default password history depth 1 is used" message bascially means that there is no checks made on passwords once they change and there will be no history kept for it. See the man page for the options that can be used for it as well.
Anyone for a Mutiny ?
Norman_21
Honored Contributor

Re: error after converting to trusted system

Hello,

Read this thread, it is useful.
Thanks.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Norman_21
Honored Contributor

Re: error after converting to trusted system

sorry I missed the link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb9e4c6af36b7d5118ff10090279cd0f9,00.html
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Joseph Bague
Frequent Advisor

Re: error after converting to trusted system

Mant thanks to everybody
Expect nothing but ready for everything