Originally posted by: l2abe
Starting from AIX 6.1 there is a new security features called Enhanced RBAC (Role Based Access Control).
It is enabled by default, look for
-
lsattr -El sys0 |grep RBAC
enhanced_RBAC
true Enhanced RBAC Mode True
Try disabling it by running
-
chdev -l sys0 -a enhanced_RBAC=false
followed by a system reboot!!!
In this way you return to the 5.3 Legacy RBAC mode and that should work as before.
Further details about RBAC are in the official AIX 6.1 docs.
A quick overview in this
Technote#AIX-Forum