Operating System - HP-UX
1825775 Members
2027 Online
109687 Solutions
New Discussion

Re: problem about "password aging"

 
lin.chen
Frequent Advisor

problem about "password aging"

Dear all
#useradd test
#passwd test
#date
Mon Jan 7 18:26:23 EAT 2008

#passwd -n 7 -x 70 test
#passwd -s test
root PS 01/03/08 7 14 <<<Why it is "01/03/08" ,I think it should be "01/07/08" .

Regards,Louis
2 REPLIES 2
palaniappan.sp
Regular Advisor

Re: problem about "password aging"

Hi,
i think it is showing the end day of the passwd i.e march 1st 2008.

Regds
Palani
Everything is Possible and Anything is Feasible if u try
Ivan Krastev
Honored Contributor

Re: problem about "password aging"

See manual for ligins - http://docs.hp.com/en/B2355-60105/logins.1M.html

... and, if a password is present, date of last change, required number of days between changes, and number of days allowed between changes. In the case of non-trusted systems, the date of last change will be the latest Thursday since the change.

This is the reason for 03, instead of 07 January.


regards,
ivan