Difference between sudo & RBAC


 
Thread Tools Search this Thread
Operating Systems Solaris Difference between sudo & RBAC
# 1  
Old 01-11-2009
Difference between sudo & RBAC

Hello Everybody

I would like to know any major difference between sudo & RBAC as I am bit familiar with RBAC but not with sudo
# 2  
Old 01-11-2009
That's too big a question to answer here; if you really want to know all of the differences you should read the documentation for both.

However important considerations are that RBAC is Solaris-only (I think - anyone seen it elsewhere?), whereas sudo is available for most Unix-like platforms.

Personally I find sudo more convenient to maintain because it's all in one file, unlike RBAC. However I think there are some advantages to RBAC as well, such as preventing people from logging in directly as a role, which can be achieved by other means for sudo but is not as straightforward. RBAC is ideally suited for meeting some auditing requirements, such as SOX.
# 3  
Old 01-11-2009
Sudo is a cross platform userland command that provides something similar to pfexec with some more features like ability to specify the commands parameters and environment. Authentication is handled differently with sudo.

RBAC is a more secure wider solution tied to the (Solaris) operating system. It provides a much finer control about what can be authorized or forbidden.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between & and nohup &

Hi All, Can anyone please help me understanding what the difference between the below two? 1. script.sh & 2. nohup script.sh & (2 Replies)
Discussion started by: Anupam_Halder
2 Replies

2. Shell Programming and Scripting

Ssh & sudo

when the following command is issued the command prompt is received, how do I get past this? ssh -t usera@hosta sudo su - userb -c id (4 Replies)
Discussion started by: squrcles
4 Replies

3. UNIX for Advanced & Expert Users

sudo & chdev

I have an error when using chdev with sudo as follows; sudo chdev -l rmt0 -a block_size=512 chdev: 0514-518 Cannot access the CuDv object class in the device configuration database. I've added chdev in sudoers but still get the error, I guess it's something to do with CuDv... (3 Replies)
Discussion started by: gefa
3 Replies

4. UNIX for Dummies Questions & Answers

What is difference between Power broker utility and sudo command?

Hi I just wanted to know the difference between Using Sudo mechanism over using Power breaker utilities. Are they recommended over sudo? Why ? (4 Replies)
Discussion started by: pinga123
4 Replies

5. Solaris

what is the difference between sudo and pbrun?

what is the difference between sudo and pbrun? i have seen people executing pbrun sudo su - what this means?? i know su - will try to switch to root user. what speciality pbrun gives to sudo when it is used along with sudo command? (2 Replies)
Discussion started by: chidori
2 Replies

6. Solaris

sudo for solaris 8 & 9

Dear ALL please can anyone tell me from where can i install sudo for solaris 8 & 9 and how i can install it in the solaris server . (1 Reply)
Discussion started by: thecobra151
1 Replies

7. Solaris

RBAC & Logging

I'm trying to set up RBAC, and I need to know where the logs for RBAC are. I'm using Solaris 10 as my OS. I've been reading a lot of documents online and just can't seem to find where the related logs are. My problem is I need to be able to track a user when they su to a role profile, and... (2 Replies)
Discussion started by: bitlord
2 Replies

8. Linux

Sudo user vs RBAC

Hi all, What the difference between the sudo users & RBAC when the talk of effects after doing the above comes??? any differences between them ,kindly list ?? (1 Reply)
Discussion started by: saurabh84g
1 Replies

9. UNIX for Advanced & Expert Users

sudo & Sox compliance

Hello, I am trying to convince my boss to stop allowing our users to login as root (superuser). Currently our users login to our unix server with their own account, then as needed, they will do an su and put in the root password. This scares me, for a bunch of reasons. Mainly, one is that we... (1 Reply)
Discussion started by: rwallaceisg
1 Replies

10. UNIX Desktop Questions & Answers

what is the difference between Unix & linux, what are the advantages & disadvantages

ehe may i know what are the difference between Unix & Linux, and what are the advantages of having Unix as well as disadvantages of having Unix or if u dun mind i am dumb do pls tell me what are the advantages as well as the disadvantages of having linux as well. thanks (1 Reply)
Discussion started by: cybertechmkteo
1 Replies
Login or Register to Ask a Question