Can you tell me how change password expire date in Tru64 ?
I made this chnage in /etc/auth/system/default:
from: u_exp#15724800
to
u_exp#90
but I get this output:
Tru64> usermod -D
Distributed = 0
Local = 1
Administrative Lock Applied = 1
Next User id = 200
Minimum User id = 12
Maximum User id = 65535
Primary Group = grupc,230
Base Directory = /usr/users
Skeleton Directory = /usr/skel
Shell = /bin/sh
Inactive (days) =
Expire (date) =
Thanks
The units in u_exp is seconds. 15724800 is 182 days. If your goal is
to make it 90 days, then change the value to u_exp#7776000.
Thank you.
Is there any way to set minimal password´s length to 6 characters ?
"man prpasswd" and "man default" explain most of the fields of
interest.