- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- restrict login
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
07-21-2005 05:31 PM
07-21-2005 05:31 PM
restrict login
is it possible restrict to login ?
one id can acess only one tty...
if it is possible how to set?
regards
moon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:34 PM
07-21-2005 05:34 PM
Re: restrict login
How does your users login ? Are they use telnet sessions or have dumb terminal installed through some terminal server?
What is the OS version?
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:38 PM
07-21-2005 05:38 PM
Re: restrict login
Your answers according to Devender's Q;
go to link below;
http://www4.itrc.hp.com/service/james/search.do?searchtext=restrict+login&hpl=1&todo=search&searchcriteria=allwords&from=forums&searchcategory=ALL&rn=25&presort=rank&source=7000&esc=europe.support.itrc.hp.com&wpa=forums2.itrc.hp.com%3A80&origin=0&chkServStor=on
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:04 PM
07-21-2005 06:04 PM
Re: restrict login
i want like a gsp console mode.
if for example one user acess using aaa id
the other user can't acess with aaa id
is it possible ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:30 PM
07-21-2005 06:30 PM
Re: restrict login
Q as yours
there must be a file under;
/etc/default/security
and put somethinglike;
MAX_USERS_ALLOWED=2
and then save the file and test it for a
specific user and try to logon 3 telnet session...your last connection must refused
by your system
Could you please try and answer back?
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:41 PM
07-21-2005 06:41 PM
Re: restrict login
I thought your question otherwise. I thought that one paticular user always gets same tty. Anyways with telnet sessions it is not possible.
I assume you actually want that one user can not telnet to system more than once at a time.
This can be set by /etc/default/security.
From man security -
+++++++++++++++++++++++++++++++++++++++++++++++
NUMBER_OF_LOGINS_ALLOWED
This parameter controls the number of simultaneous
logins allowed per user. This is applicable only for
non-root users.
NUMBER_OF_LOGINS_ALLOWED=0 Any number of logins are
allowed per user.
NUMBER_OF_LOGINS_ALLOWED=N N number of logins are
allowed per user.
Default value: NUMBER_OF_LOGINS_ALLOWED=0
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:46 PM
07-21-2005 06:46 PM
Re: restrict login
must be!!!!
Thank's Devender...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 08:12 PM
07-21-2005 08:12 PM
Re: restrict login
To control root user then /etc/securetty
tty
hth