Operating System - HP-UX
1835267 Members
2393 Online
110078 Solutions
New Discussion

Re: Getting Policy values without SAM

 
Jaideep Jha
New Member

Getting Policy values without SAM

Following policies are set using SAM:

Password Policy viz. Password Format Policy, Password Ageing Policy

Account Management Policy viz. General User Account Policy, Terminal Security Policy

Auditing and Security Policy

Is there a way by which the policy parameters can be captured without manually going through SAM? Or, to be more precise, which files are these policy values written to?

Thanks,
Jaideep
5 REPLIES 5
AwadheshPandey
Honored Contributor

Re: Getting Policy values without SAM

http://www.docs.hp.com/en/B2355-90121/index.html
It's kind of fun to do the impossible
Tim Nelson
Honored Contributor

Re: Getting Policy values without SAM

man getprpw

Tim Nelson
Honored Contributor

Re: Getting Policy values without SAM

Also

getprdef -m

As many of the user settings will be -1 for default.

Scott Lindstrom_2
Regular Advisor

Re: Getting Policy values without SAM

Jaideep -

See if this script helps.

Scott
Aneesh Mohan
Honored Contributor

Re: Getting Policy values without SAM