Originally posted by: unixgrl
First, have you read the Redbook that covers RBAC?
RBAC has a lot of the same advantages of sudo without the disadvantage of
using a non-vendor supplied product.
I believe RBAC can also be integrated with AD which would make it easier to
create new users with the correct roles.
However, RBAC is a 6.1 feature so if you'll be supporting AIX 5L for a long time you may not
want to switch to RBAC yet and have two methods of doing things.
Will RBAC affect your app?
That depends. Does your app currently use sudo commands or some other method of running in privileged mode?
If so, then the app will have to change their scripts. These should be minor changes that mostly affect start/stop of apps with root privileges.
#AIX-Forum