Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...At last there is indeed a website/forum that deals with professional and serious matters. Keep up with the good work!!"

Geography

Where in the world do Tek-Tips members come from?

Create a user and allow them to install/update software

wettek (MIS)
26 Jun 12 16:38
I'm a Windows admin, trying to create a user account on Solaris 5.10. The user needs to be able to install some software and update some other software.

I think I can create the user account with the following command:

CODE -->

useradd -d /export/home/tempRoot -m -c "tempRoot" tempRoot

I think I want to allow the user to use "su", but I don't know how to do that. What is the best way to grant the user his required rights?

Thanks.
KenCunningham (TechnicalUser)
28 Jun 12 5:40
Look into 'sudo' which allows root to grant certain privileges to other users, allowing them to install software and carry out other 'root-related' tasks. That said, software such as Oracle require the creation of an oracle user in the dba group in order to install the software.

I think you may be trying to create a root-equivalent account (with a UID of zero), which is something of a no-no in the Solaris and other *nix world for security reasons, and which is why sudo was created.

The internet - allowing those who don't know what they're talking about to have their say.

blarneyme (MIS)
3 Jul 12 7:55
Use RBAC with roles and privileges to do it the Solaris way.
wettek (MIS)
3 Jul 12 21:42
Is RBAC available in version 5.1?
wettek (MIS)
3 Jul 12 21:44
Ah, nope. Oracle said it's available since S8
blarneyme (MIS)
7 Jul 12 20:08
Yes. You said initially you are running Solaris 5.10 which is Solaris 10, so you can use RBAC.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close