- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Default expire and lifetime.
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
11-09-2007 03:32 AM
11-09-2007 03:32 AM
System Default expire and lifetime.
lp has a greater expire time than the system default expire time
lp has a longer lifetime than the system default lifetime
The same message repeats over for all the Id's.
What is the default lifetime and expire time for an ID?
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 03:37 AM
11-09-2007 03:37 AM
Re: System Default expire and lifetime.
I would expect that daemon IDs like lp and others would always report this as they are daemon IDs that users do not have access to, they are completely disabled from username/password standpoint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 03:37 AM
11-09-2007 03:37 AM
Re: System Default expire and lifetime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 03:54 AM
11-09-2007 03:54 AM
Re: System Default expire and lifetime.
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 04:08 AM
11-09-2007 04:08 AM
Re: System Default expire and lifetime.
Man prpwd for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 04:15 AM
11-09-2007 04:15 AM
Re: System Default expire and lifetime.
Lifetime is the number of consequtive days of non use.
If a user does not log into a system but in 90 days rememebers to reset their password then the account will already be disabled due to the lifetime. So you are not giving the user, although they are not using the system, a chance to change their password.
I would set this to 90 password expire and maybe 120 days lifetime. This way the user has a chance to change their password and keep the account active even though they currently may not need it. ( rules are different for different situations, adjust as you see fit ).
To address the initial question. It is irrelevant to set the password expire on a daemon account like lp as the account is disabled from login and has no password anyway.
I guess you could set it just to make your security checking happy :)
If you run a "/usr/lbin/getprpw lp" you will see that this account is locked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2007 10:22 AM
11-10-2007 10:22 AM
Re: System Default expire and lifetime.
see an example
#/usr/lbin/getprpw lp
uid=9, bootpw=NO, audid=6, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1, spwchg=Fri Nov 30 09:15:20 2001, upwchg=-1, acctexp=-1, llog=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Tue Nov 13 18:17:11 2001, ulogint=Mon Nov 26 11:03:44 2001, sloginy=-1, culogin=1, uloginy=pts/tj, umaxlntr=-1, alock=YES, lockout=1100011
see the lockout fields.
REASON[1]="past password lifetime"
REASON[2]="past last login time"
REASON[3]="past absolute account lifetime"
REASON[4]="exceeding unsuccessful login attempts"
REASON[5]="password required and a null password"
REASON[6]="admin lock"
REASON[7]="password is a *"