what is the difference between sudo and pbrun?


 
Thread Tools Search this Thread
Operating Systems Solaris what is the difference between sudo and pbrun?
# 1  
Old 06-18-2011
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  
Old 06-18-2011
pbrun is part of powerbroker server that symark and sun teams provides for advanced root privilege delegation and keylogging..
this application provides delegate privileges (usually root) to other users and log all events related all audits with advanced features and centralized all its.
also you can apply security policy your servers that is powerbroker agent.so pbrun makes everything via central (powerbroker) master host server..
you want to run chown or su command with pbrun on your host , pbrun sends to pb agent on master server and then master server recives this request and
processes this to according to policy files on the master server.if request is ok then master server returns "accept command information" to agent and
pb agent run your command.

and you can run sudo on solaris with your host also for run command as admin(root) or another user.

regards
ygemici
This User Gave Thanks to ygemici For This Post:
# 3  
Old 06-19-2011
Thanks ygemici... that was really helpful. Thanks a lot
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sending values to autoprompt of pbrun

Hi I am writing a shell scrpt to call pbrun to change user like below pbrun su-otheruser but in solaris by default there ia autoprompt after using pbrun su which asks the following which is mandatory to enter the reason, Reason for ID change: Is there a way to send the value form... (3 Replies)
Discussion started by: prady184u
3 Replies

2. Shell Programming and Scripting

need help with pbrun su in shell script

Hello , I am logging in linux with my userName and using the pbrun su appName for changing permissions of files (owner of the files is appName). Now I am trying to do same within shell script but failing . Here is my code . #Function to change permission of a file fun_chmod(){ ... (0 Replies)
Discussion started by: RaviTej
0 Replies

3. Shell Programming and Scripting

How to automate pbrun login through script?

Hi All, I need information regarding how to automate the pbrun process in script in Linux. Example sample script below, #!bin/sh /usr/xyz/pbrun testusr -password testpwd testusr is username for pbrun and testpwd is password for pbrun. Im not sure if it is correct way to invoke pbrun in... (2 Replies)
Discussion started by: Pravs4info
2 Replies

4. Shell Programming and Scripting

ssh foo.com sudo command - Prompts for sudo password as visible text. Help?

I am writing a BASH script to update a webserver and then restart Apache. It looks basically like this: #!/bin/bash rsync /path/on/local/machine/ foo.com:path/on/remote/machine/ ssh foo.com sudo /etc/init.d/apache2 reloadrsync and ssh don't prompt for a password, because I have DSA encryption... (9 Replies)
Discussion started by: fluoborate
9 Replies

5. 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

6. Shell Programming and Scripting

pbrun ssh -l servername

Hi, Can you plz help me in the below command! what is the pbrun command does with ssh pbrun ssh -l servername (0 Replies)
Discussion started by: lnviyyapu
0 Replies

7. Shell Programming and Scripting

Exit from Shell Prompt after Pbrun

I have a ksh script, which pbruns into another account. I want to pbrun run into that account, and continue running all the engine commands(i.e setroot, setsite xxx, etc) in my script. But instead, it pbruns into the account, and just gives me a shell prompt.. and stops there. Only once i... (2 Replies)
Discussion started by: alamurus
2 Replies

8. AIX

different ulimits when 'pbrun' to user

Hi, we run an application called powerbroker that is providing a secured and logged access to functional IDs like root or oracle. Generally the functionality should not differ from a normal su - but I am right now experiencing some behaviour I cannot explain: when 2 different users are... (4 Replies)
Discussion started by: zxmaus
4 Replies

9. Shell Programming and Scripting

Pbrun command problem

Hi, I want to automate pbrun command in one of my project but the problem is when i am running pbrun command then it is asking for some input as identification no.I redirect that number through a file but it's not working. I didn't got any option for that to pass it as command line.Is there... (5 Replies)
Discussion started by: saurabhjigr8
5 Replies

10. Solaris

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 Replies)
Discussion started by: girish.batra
2 Replies
Login or Register to Ask a Question