RBAC Problem
i want to make a user that has rights to login command and has a right to use the command 'find / -name .....and following options'
this is the steps i did to assign a user the logins command
1. added the entry in the /etc/security/prof_attr file
the entry is as follows
AGscript:::can perform logins command:profiles=All;auths=solaris.login.*;help=LoginHeader.html
2. added the entry in the /etc/security/exec_attr file[
AGscript:solaris:cmd:::/usr/bin/logins:euid=root,egid=bin
3. used the roleadd command
roleadd -m -P 揂Gscript?oper
4. used the usermod command
usermod -R 搊per?bgates
4. logged in as bgates
bgates$ su oper
$ /usr/bin/logins
/usr/bin/logins: cannot execute
or if i give just give the logins command
$ logins
logins: execute permission denied
this is what i m getting
please can any one help
and also i need to use the command "find /options"
so please can anyone help

