- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- u_llogin parameter in /tcb/files/auth/system/defau...
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
05-25-2006 08:59 AM
05-25-2006 08:59 AM
What is it?
I thought the file and parameters were documented in the man pages, - default(4), authcap(4), and particularly prpwd(4), - but unless I am just overlooking it, this parameter does not appear to be documented.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 09:06 AM
05-25-2006 09:06 AM
Re: u_llogin parameter in /tcb/files/auth/system/default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 10:03 AM
05-25-2006 10:03 AM
Re: u_llogin parameter in /tcb/files/auth/system/default
"llog=value database u_llogin.
Set the last login time interval (days). Used with u_succlog."
But what does that mean?
Also, prpwd man page says u_max_llogin ( notice that is not the same parameter name) is the maximum time allowed between logins. But in my system default security file u_llogin is = 0. So is it saying my system default maximum time between logins is 0? Then no one would ever be allowed to log in, would they?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 10:35 AM
05-25-2006 10:35 AM
Re: u_llogin parameter in /tcb/files/auth/system/default
I gained my best understanding of all this and how it relates to the login process from the getprpwent man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 10:37 AM
05-25-2006 10:37 AM
Re: u_llogin parameter in /tcb/files/auth/system/default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:05 PM
05-25-2006 01:05 PM
Re: u_llogin parameter in /tcb/files/auth/system/default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 10:46 PM
05-25-2006 10:46 PM
Re: u_llogin parameter in /tcb/files/auth/system/default
llog=value database u_llogin.
Set the last login time interval (days). Used with u_succlog.
http://docs.hp.com/en/B2355-60103/modprpw.1M.html
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:36 AM
05-26-2006 02:36 AM
Solutionu_llogin - This value, in secconds, is the maximum time allowed between logins. If the time between the last login and the current time exceeds this value, the account is locked and the user can no longer logon.
In SAM u_llogin is "Maximum Inactive Time (days):"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 05:36 AM
05-26-2006 05:36 AM
Re: u_llogin parameter in /tcb/files/auth/system/default
The documentation is wrong.
man prpwd calls it u_max_llogin, and gives an understandable description.
man modprpw calls it u_llogin, and says only "Set the last login time interval (days). Used with u_succlog".
If you use SAM to set system security policies, general user account policies, lock inactive account enabled, the field maximum inactive time appears and you can fill in a value. When you click ok, the parameter name u_llogin appears in the file /tcb/files/auth/system/default. If you have never before enabled this feature in SAM, the parameter name will not appear at all in the default file. If you have once enabled it, and then later disable it, the parameter name is not removed from the file, but the value is changed to 0 ( meaning feature is disabled).