Operating System - HP-UX
1837932 Members
2365 Online
110124 Solutions
New Discussion

password history in trusted system

 
YLTan
Frequent Advisor

password history in trusted system


How to initialize the password history file at
/tcb/files/auth/system/pwhist
tyl
9 REPLIES 9
T G Manikandan
Honored Contributor

Re: password history in trusted system

check the DOCID KBRC00000915 for the information
YLTan
Frequent Advisor

Re: password history in trusted system


I can't find the DOC KBRC00000915. Can you post it here.

thnx
tyl
YLTan
Frequent Advisor

Re: password history in trusted system


I am trying to allow users to re-use their password again. Any way to re-init the password history database?
tyl
Zeev Schultz
Honored Contributor

Re: password history in trusted system

Here I think

http://docs.fc.hp.com/hpux/onlinedocs/B2355-90742/00/00/61-con.html#bjeihgbe
So computers don't think yet. At least not chess computers. - Seymour Cray
K.Vijayaragavan.
Respected Contributor

Re: password history in trusted system

It is controled by the "PASSWORD_HISTORY_DEPTH=n" field in /etc/default/security file.
"Let us fine tune our knowledge together"
Darren Prior
Honored Contributor

Re: password history in trusted system

Hi,

There isn't a way that I'm aware of for re-initializing pwhist. The point of the file is to prevent users from reusing old passwords. The format of the file isn't published, so I'd be hesitant to suggest you remove entries from it.

As a freshly trusted system doesn't contain this dir, you could consider removing it. The other alternative is to set the password history depth to 1 and see if that clears the file.

regards,

Darren.
Calm down. It's only ones and zeros...
YLTan
Frequent Advisor

Re: password history in trusted system

I still can't access the following site for the docs.

http://docs.fc.hp.com/hpux/onlinedocs/B2355-90742/00/00/61-con.html#bjeihgbe

can someone help?
tyl
Darren Prior
Honored Contributor

Re: password history in trusted system

Can you get to http://docs.hp.com ? If so, you can find the "Managing Systems and Workgroups: A guide for HP-UX system administrators" book and then flip through the contents for "Managing Standard Passwords and System Access " which is what the link pointed to.

I didn't see any mention of pwhist there though.

fyi - docs.hp.com is an openly available site, whereas the KBRC doc id listed in an earlier post is from the Knowledge Database on the ITRC - you'll need to have a valid system handle from your contract linked to your ITRC profile to view these areas (which is why the docs from there cannot be posted onto the forums.)

regards,

Darren
Calm down. It's only ones and zeros...
yogesh_4
Regular Advisor

Re: password history in trusted system

you can try , in /etc/default/security set "PASSWORD_HISTORY_DEPTH=1 which may help .