HP-UX Reference (11i v2 03/08) - 1M System Administration Commands A-M (vol 3)
g
getprpw(1M) getprpw(1M)
rstrpw whether password is restricted, i.e, checked for triviality,
YES/NO/DFT
nullpw NULL passwords are allowed, YES/NO
/DFT. Not recommended!
syschpw whether system generates passwords having characters only,
YES/NO/DFT
sysltpw whether system generates passwords having letters only,
YES/NO/DFT
timeod time of day allowed for login
slogint time of last successful login
ulogint time of last unsuccessful login
sloginy tty of last successful login
culogin consecutive number of unsuccessful logins so far
uloginy tty of last unsuccessful login
umaxlntr maximum unsuccessful login tries
alock administrator lock, YES if on, NO
if off, DFT if not set.
lockout returns the reason for a lockout in a "bit" valued string, where 0 = condition not
present, 1 is present. The position, left to right represents:
1 past password lifetime
2 past last login time (inactive account)
3 past absolute account lifetime
4 exceeded unsuccessful login attempts
5 password required and a null password
6 admin lock
7 password is a *
RETURN VALUE
0 success
1 user not privileged
2 incorrect useage
3 cannot find the password file
4 system is not trusted
EXAMPLES
Displays the database aging fields for user "someusr".
getprpw -m mintm,exptm,expwarn,lftm someusr
The command displays:
mintm=1, exptm=2, expwarn=-1, lftm=3
WARNINGS
This command is intended for SAM use only. It may change with each release and can not be guaranteed
to be backward compatible.
Several database fields interact with others. The side effects of an individual change may not cause a
problem till much later.
Special meanings may apply in the following cases:
• an absent field
• a field without a value
• a field with a zero value
AUTHOR
getprpw was developed by HP.
FILES
/etc/passwd System Password file
/tcb/files/auth/*/* Protected Password Database
/tcb/files/auth/system/default
System Defaults Database
HP-UX 11i Version 2: August 2003 − 2 − Hewlett-Packard Company Section 1M−−261