- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trusted System - any command to query the sett...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:16 PM
07-20-2006 02:16 PM
" sam - auditing & security - password format policies - User Specifies "
setting on all my systems. What's the command I can specify to display this parm ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:37 PM
07-20-2006 02:37 PM
Re: Trusted System - any command to query the settings ?
That a portion of it.
Next you cat /tcb/files/auth/system/default
You will probably need to do a man prpwd to make sense of the last command. The system/default tcb entries define the settings unless overrideen by specific
settings in a particular user's tcb entry.
------------------------------------------
If this is SOX-related, some admins who will remain nameless have been known to simply cat those two files and present them as evidence w/o bothering to explain anything to the auditors --- who would then be forced to admit that they don't have a clue what they are looking at or choose to remain silent so the assumption is that they do know what they are loking at. Of course, I'm speaking completely hypothetically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:47 PM
07-20-2006 02:47 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:58 PM
07-20-2006 02:58 PM
Re: Trusted System - any command to query the settings ?
/tcb/files/auth/system/default file will have the security policy settings .
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 03:50 PM
07-20-2006 03:50 PM
Re: Trusted System - any command to query the settings ?
/usr/lbin/getprdef -b -p -t
and to see the user specific you need to run
/usr/lbin/getprpw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 07:53 AM
07-21-2006 07:53 AM
Re: Trusted System - any command to query the settings ?
/usr/lbin/getprdef -b will tell you the password format policies (like whether user is allowed to pick the password or the system generates etc).
This is global or system wide.
To get the individual user settings
/usr/lbin/getprpw -m usrpick,syspnpw,rstrpw,nullpw,syschpw,sysltpw root
Sundar.