- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting up users admin rights?
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
06-14-2005 08:41 AM
06-14-2005 08:41 AM
Setting up users admin rights?
Thanks in advanced for answers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 08:48 AM
06-14-2005 08:48 AM
Re: Setting up users admin rights?
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p7/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 08:49 AM
06-14-2005 08:49 AM
Re: Setting up users admin rights?
Can be obtained from http://www.cortsean.com
Other option is to use restricted SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 08:55 AM
06-14-2005 08:55 AM
Re: Setting up users admin rights?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 09:12 AM
06-14-2005 09:12 AM
Re: Setting up users admin rights?
Check the link.. check the excerpt on "restricted SAM" in the link...
http://docs.hp.com/en/B2355-90672/ch01s02.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 09:14 AM
06-14-2005 09:14 AM
Re: Setting up users admin rights?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 04:26 PM
06-14-2005 04:26 PM
Re: Setting up users admin rights?
u can install sudo software (depot file:/T1471AA_A.03.71.000_HP-UX_B.11.11_32+64.depot).
than u must configure /usr/local/etc/sudo/sudoers.
add the user that u want to grant as root:
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
jen ALL=(ALL) NOPASSWD: ALL
after edited that file, user jen can run as root by type command "/usr/local/bin/sudo su -"
hopes this help,
piyut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 05:13 PM
06-14-2005 05:13 PM
Re: Setting up users admin rights?
the easiest way will be restricted SAM. You can assign different access to desired users.
sam -r
select the desired user
assign the access by enabling it
save the access from action menu
You can also use sudo. With sudo you can assign the privilages as shown..
abcd ALL=ALL
cdfr ALL=ALL
jpkd ALL=ALL,!SHELLS,!SU,!MISC,!SHUTDOWN,! VISUDO
this I took form the file /var/opt/sudo/sudoers. This is the file we need to update. Hope you got info about the s/w from the link others are given..
If you have a great setup you can go for Power broker which is usually aserver/client setup in which you can decide who all should be able to lofin as root
hope this may help you..
Jino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 03:55 PM
06-15-2005 03:55 PM
Re: Setting up users admin rights?
I have make a fault.T1471AA_A.03.71.000_HP-UX_B.11.11_32+64.depot is depot fot secure shell.
for sudo, u can search at hp.com
regards,
piyut