- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it possible to create a user that can only add ...
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
03-11-2005 04:08 AM
03-11-2005 04:08 AM
I'm not to happy with this cause aplication administrators now need the root password. The application uses the root account and just asks the appl admin for the password
Is there a way to create a user that can add new users (not with sudo)? And does not need more rights on the system? The HPUX is converted to a secure system.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2005 04:14 AM
03-11-2005 04:14 AM
Re: Is it possible to create a user that can only add new users?
FYI, SAM also allows you to add custom applications to it's list, so if they needed "1 other thing", you could add that to restricted SAM, and they can run those things with root privledge without having other access...
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2005 04:17 AM
03-11-2005 04:17 AM
SolutionThe only way I see for a user being able to create users without sudo, su etc.. is configuring the suer to use a restricted sam, with only the right to create users...
Type as root sam -r and give your user just that right
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 08:04 PM
03-13-2005 08:04 PM
Re: Is it possible to create a user that can only add new users?
What I want is the application to switch to another user that has restricted rights.
Probably only rw rights on some files. And the useradd command.
Is this possible? Also on a converted HP system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 08:35 PM
03-13-2005 08:35 PM
Re: Is it possible to create a user that can only add new users?
Have you an idea how the application switches to root?
The only way I can see is using sudo, and writing aliases for all the calls the application makes to in order to "spoof" the calls forcing the use of sudo
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 03:23 AM
03-21-2005 03:23 AM
Re: Is it possible to create a user that can only add new users?
Thanks for the input y'all!