Operating System - HP-UX
1833788 Members
2241 Online
110063 Solutions
New Discussion

Re: Help with getting system info on 11.23

 
SOLVED
Go to solution
dictum9
Super Advisor

Help with getting system info on 11.23

How do I go about listing this info on 11.23 machines, all of which are trusted systems?

Is it /usr/lbin/getprpw command?


quote:
------------------------------
Particularly, we are interested in seeing parameters such as: Password length, enabling of alpha-numeric password combinations, password history, Password aging, automatic timeout for idle session, etc.
-------------------------------
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Help with getting system info on 11.23

Shalom,

getprpw - display protected password database

passwd -sa

provides some of the information you want.

You can enable password history with /etc/default/security parameters.

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
whiteknight
Honored Contributor

Re: Help with getting system info on 11.23

etc,

refer this
http://docs.hp.com/en/5992-1933/apas03.html


WK
please assign points
Problem never ends, you must know how to fix it
James R. Ferguson
Acclaimed Contributor

Re: Help with getting system info on 11.23

Hi:

Why not begin with 'logins':

http://docs.hp.com/en/B2355-60105/logins.1M.html

You should also examine the settings in your '/etc/default/security' file:

http://docs.hp.com/en/B2355-60105/security.4.html

Regards!

...JRF...