Solaris 10 sudo configuration Issue

Radan picture Radan · Jun 10, 2014 · Viewed 11.4k times · Source

I am using SunOS 5.10 Generic_147441-24 i86pc i386 i86pc

if i run

which sudo

i get the below

/opt/sfw/bin

when i run "sudo -l" i get the below

User localuser may run the following commands on this host:

(root) NOPASSWD: /sbin/ifconfig

for "visudo"

visudo

-bash: visudo: command not found

also /etc/sudoers file does not exist in the box.

Please help me configure sudo, how it is possible with out the sudoers file.

Answer

Collin P picture Collin P · Sep 4, 2014

Perhaps you should have a look at Sun (Oracle) RBAC for accounts, rather than rely on sudo in Solaris? It is unclear from your post why you must use sudo, but if you are not calling sudo from a script, it might be worth your while to read: http://docs.oracle.com/cd/E23824_01/html/821-1456/rbac-1.html