- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to do a "getprpw" on ~/system/default account
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
01-17-2002 09:12 AM
01-17-2002 09:12 AM
My system info: UX11.00 on an N-class.
I know I can do a 'getprpw' on general users to see what there settings are at in the trusted database. But I need to decipher what the system default settings are set at in the "/tcb/files/auth/system/default" account without having to go into sam and find it all.
If I go in and look at this literally, I can't decipher all the settings. (i.e. timet settings, etc)
Is there a quicker way to check this, so that when I run my report to check the settings of all users, I can see what the default settings are set at when they have some of their trusted system fields set to default levels?
I can't seem to uncover any info to reveal this.
Thanks in advance,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:37 AM
01-17-2002 09:37 AM
Re: How to do a "getprpw" on ~/system/default account
u_acct_expire This field is the time_t time is seconds that the account will be usable. After this time interval the user will no longer be allowed to login. This field is different from the u_life field in that the u_life field is the time from the last password change. u_acct_expire is not affected by the changing of the password.
do a /usr/lbin/getprpw root
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:43 AM
01-17-2002 09:43 AM
Solution# /usr/lbin/getprdef -m
bootpw=NO, mintm=0, maxpwln=8, exptm=182, lftm=196, llog=15, expwarn=7, usrpick=YES, syspnpw=YES, rstrpw=NO, nullpw=NO, syschpw=NO, sysltpw=YES, umaxlntr=3, tmaxlntr=10, dlylntr=2, lntmout=0
#
??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:45 AM
01-17-2002 09:45 AM
Re: How to do a "getprpw" on ~/system/default account
Unless I'm incorrect, thanks for the input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:47 AM
01-17-2002 09:47 AM
Re: How to do a "getprpw" on ~/system/default account
http://www.hpworks.org.uk/newsletter/19/trustlist.txt
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:50 AM
01-17-2002 09:50 AM
Re: How to do a "getprpw" on ~/system/default account
NUMBER=1036800
DAYS=`expr $NUMBER / 60 / 60 / 24`
echo $DAYS 12
Thus that second value equates to 12 days.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 09:56 AM
01-17-2002 09:56 AM
Re: How to do a "getprpw" on ~/system/default account
using that link I posted, cut and paste the second "listing", it provides this type of output for the default account:
bootpw=NO exptm=182
usrpick=YES lftm=196
syspnpw=YES llog=15
rstrpw=NO expwarn=7
nullpw=NO umaxlntr=3
syschpw=NO tmaxlntr=10
sysltpw=YES dlylntr=2
mintm=0 lntmout=0
#
live free or die
harry