Operating System - HP-UX
1833861 Members
1964 Online
110063 Solutions
New Discussion

Re: Is this a bug in trusted database?

 
SOLVED
Go to solution
Bolek Mynarski
Frequent Advisor

Is this a bug in trusted database?

I have noticed something which bothers me and I would like to know if this is a "normal" behaviour or a bug. Problem:

Default values set for users:
Time between password changes (days): 1
Password expiration time (days): 90
Password expiration warning time (days): 7
Password lifetime (days): 135

Now, if I execute /usr/lbin/getprpw user, I should see something like:
exptm=90
expwarn=7
lftm=135

or
exptm=DFT
expwarn=DFT
lftm=DFT

Instead, I see:
exptm=-1
expwarn=-1
lftm=-1

which translates (if I understand it correctly) to not set. What is going on here? Have I missed a patch or something? This is on HP-UX 11.00.

Thanks.
It'snever too late to learn new things...
3 REPLIES 3
Steve Steel
Honored Contributor

Re: Is this a bug in trusted database?

Hi



try
PHCO_26089 s700_800 11.00 libpam and libpam_unix cumulative patch


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steven E. Protter
Exalted Contributor

Re: Is this a bug in trusted database?

The behavior you are getting is not normal.

There are a few promising patches that MIGHT deal with this problem.


libsec
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_29027&context=hpux:800:11:00

tsconvert
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28980&context=hpux:800:11:00

login culmulative.
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_27721&context=hpux:800:11:00

pam
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_26089&context=hpux:800:11:00

passwd
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_24189&context=hpux:800:11:00

comsec
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_13719&context=hpux:800:11:00

Note: This list is not complete. I got it by punching in trusted system in the main patch link on itrc's front page.

The first two on this list are one star patches which are considered more risky than the rest.

I'd definitely do an Ignite backup prior to installationation. make_tape_recovery

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor
Solution

Re: Is this a bug in trusted database?

Hi,

Check this doc, I know it is for 11.11 but the option should be the same,

http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000069216226

Robert-Jan.