- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Number logins allowed problem
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
02-15-2007 04:12 PM
02-15-2007 04:12 PM
Number logins allowed problem
hpux 11.11v1
I have /etc/default/security file setup with
NUMBER_OF_LOGINS_ALLOWED=6.
But this is allowing the users to only start up 4 sessions. Is anyone else experiencing the same? How sort it out? I would like to be able to say users can get 6 sessions up. I did try change the allowed number to 5 and then users could only get 3 sessions up.
any ideas??
thanks Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 04:43 PM
02-15-2007 04:43 PM
Re: Number logins allowed problem
Since CDE does not limit the maximum number of logins based on the NUMBER_OF_LOGINS_ALLOWED variable in /etc/default/security prior to B.11.23_0409 release..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 04:59 PM
02-15-2007 04:59 PM
Re: Number logins allowed problem
Check this parameter through SAM in auditing & security.check for general user policies.May be global setting is different.
Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 09:41 AM
02-18-2007 09:41 AM
Re: Number logins allowed problem
application is telnet.
This system is actually an untruusted system at the moment. So I am using /etc/default/security file to limit the sessions.
thanks
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 10:33 AM
02-18-2007 10:33 AM
Re: Number logins allowed problem
Remember this is applcable for non-root users,
Also check this link:
http://docs.hp.com/en/B2355-90696/security.4.html
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 11:04 AM
02-18-2007 11:04 AM
Re: Number logins allowed problem
Thanks for reply. I understand this is for non-root users, and that is exactly what I want. NON-root users to be able to start up a max of 4 telnet sessions. At this moment I have the /etc/default/security file setup with NUMBER_OF_LOGINS_ALLOWED=6 . This is limiting the users to 4 telent sessions. But why is it that I now have to state the value as being 6. In the Past I had the value set as 4 and that was the number of telenet session sthe users could use. Now if I have 4 stated, the actual number of sessions the users can start up is 2!
thanks Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 12:26 PM
02-18-2007 12:26 PM
Re: Number logins allowed problem
To verify 'normal' operation, use a PC to actually telnet to the system -- start a DOS window and telnet to your box. Then repeat with 3 additional sessions logged on as the same user. The 4th login attempt should be rejected if NUMBER_OF_LOGINS_ALLOWED=4.
I am not a fan of CDE at all, and use Xwindows *only* when there are graphics and drawings (but not CDE). A text window such as xterm or dtterm is a big consumer of bandwidth and PC power when a local telnet (or better yet, an ssh session for security) window is extremely low overhead.
I don't have a system to test CDE logins but I'm going to guess that login count is used to get the fancy desktop (CDE) started and then another one for each terminal window.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 01:19 PM
02-18-2007 01:19 PM
Re: Number logins allowed problem
thanks
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 07:00 AM
02-20-2007 07:00 AM
Re: Number logins allowed problem
Does "who -T" show more sessions than 4?