- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: restricted user account
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
09-04-2003 12:16 PM
09-04-2003 12:16 PM
Can I create a user account that could not start a telnet or X Windows sessions.
Thanks in advance.
Elena.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 12:20 PM
09-04-2003 12:20 PM
SolutionNot sure if this is good enough though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 12:24 PM
09-04-2003 12:24 PM
Re: restricted user account
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 04:22 AM
09-06-2003 04:22 AM
Re: restricted user account
You can start a user in a chroot jail and then they can only execute specific commands.
The other is with ACL's but this depends on what type of filesystem you are using.
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 06:38 AM
09-06-2003 06:38 AM
Re: restricted user account
You could modify /etc/profile|csh.login and Xstartup files to disallow the user from telnet or Xwindows.
However /etc/profile|csh.login is not a 100% shield. I would go with Brian's suggestion to create a user with disabled password. Install sudo and gives rights to the users that need to 'su' to this account and startup the processes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 08:59 AM
09-06-2003 08:59 AM
Re: restricted user account
What is this user account for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 06:07 AM
09-08-2003 06:07 AM
Re: restricted user account
They want to have an account for printing only ( no telnet or X Windows sessions). The problem is that a print request from HP passes through multiple machines. Currently the only way to separate the different print jobs for accounting purposes ( billing the clients) is the user account ( login name on HP system). Operators who do the printing for, say two clients have the same login names on two HP systems running these two applications. So because the user login name is the only information passed to the billing program, it can not distinguish between two clients and charge them correctly.
Thank you for the responses.
Elena.