- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet hpux
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-27-2008 08:53 AM
05-27-2008 08:53 AM
2- Is it possible to prevent the root to open two sections (or account) at the same moment?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 08:57 AM
05-27-2008 08:57 AM
Re: telnet hpux
2. you could probably add some scripting to /etc/profile to count and limit the number of root logins.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 08:58 AM
05-27-2008 08:58 AM
Re: telnet hpux
NOLOGIN
This parameter controls whether non-root login can be disabled by the /etc/nologin file.
NOLOGIN=0 Ignore the /etc/nologin file and do not exit if the /etc/nologin file exists.
NOLOGIN=1 Display the contents of the /etc/nologin file and exit if the /etc/nologin file exists.
Default value: NOLOGIN=0
For 2 - use wrapper script to count root login sessions.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 09:38 AM
05-27-2008 09:38 AM
Re: telnet hpux
You can turn off telnet in the /etc/inetd.conf file. On you second question I'm not sure.
sp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 10:10 AM
05-27-2008 10:10 AM
Re: telnet hpux
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 10:17 AM
05-27-2008 10:17 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 10:24 AM
05-27-2008 10:24 AM
Re: telnet hpux
Sure, just don't set up accounts for those users or disable their accounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 10:49 AM
05-27-2008 10:49 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 11:50 AM
05-27-2008 11:50 AM
Re: telnet hpux
# man security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 02:42 AM
05-28-2008 02:42 AM
Re: telnet hpux
put # symbol in front of telnet in /etc/inetd.conf file once u made changes
run inetd -c command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 03:29 AM
05-28-2008 03:29 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 03:47 AM
05-28-2008 03:47 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 03:56 AM
05-28-2008 03:56 AM
Re: telnet hpux
Another possibility is to have a global login script like /etc/profile, which would have code in it to reject these users' login attempts.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 04:06 AM
05-28-2008 04:06 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 10:04 PM
05-28-2008 10:04 PM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 01:04 AM
05-29-2008 01:04 AM
Re: telnet hpux
I have make as you said. but this user can't do ''su'' to log himself even if he logs at first by the root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 01:29 AM
05-29-2008 01:29 AM
Re: telnet hpux
This doesn't lock the user, it renames the user to "#whatever".
If you want to lock the user, you put a "*" before their password field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 01:37 AM
05-29-2008 01:37 AM
Re: telnet hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 01:41 AM
05-29-2008 01:41 AM
Re: telnet hpux
su works fine to "*" out users. At least on a non-trusted system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 01:42 AM
05-29-2008 01:42 AM
Re: telnet hpux
Do you get any message?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 02:19 AM
05-29-2008 02:19 AM
Re: telnet hpux
# su jean
su: Unknown id: jean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 02:26 AM
05-29-2008 02:26 AM
Re: telnet hpux
Check this!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 02:27 AM
05-29-2008 02:27 AM
Re: telnet hpux
#jean
now instead of
jean, right?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 02:56 AM
05-29-2008 02:56 AM
Re: telnet hpux
passwd -l jean -- lock the user account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 03:16 AM
05-29-2008 03:16 AM