Operating System - HP-UX
1833940 Members
1645 Online
110063 Solutions
New Discussion

password aging on trusted system?

 
SOLVED
Go to solution
Arturo Galbiati
Esteemed Contributor

password aging on trusted system?

Hi Gurus,
I need your expertise here.
My system have been put in trusted mode and the script I used before to calculate the password aging (by passwd -s) doesn't run anymore. Please, could someone suggest me how to obtain this info (possibly without using C program because I not ware of it)
Art
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: password aging on trusted system?

passwd -sa runs on my system, which is trusted.

/etc/default/security

This file lets you set passord aging policies on a trusted or non-trusted system.

You may be able to override this file on individual users with sam or the command line.

Attaching my security file as a reference.

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_1
Honored Contributor
Solution

Re: password aging on trusted system?

Hi,

Document description: Trusted system - How to find user's passwords about to expire
Document id: USECKBAN00000934

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

Regards,
Robert-Jan
Arturo Galbiati
Esteemed Contributor

Re: password aging on trusted system?

Thanks a lot for the help!