Originally posted by: SystemAdmin
The default in AIX security is attribute "sugroups=ALL" for ALL users.
This means ALL users grant access "su" to ALL groups.
This default attribute is defined in /etc/security/user in
the "default" stanza
Display command for this attribute for ALL users:
lsuser -a sugroups ALL
Display command for root user:
lsuser -a sugroups root
If you want that only one group (example: group SUADMIN) "su" to root, you must change the attribute sugroups=SUADMIN to root only.
All users from SUADMIN group would have access to root user through "su".
All users that had executed "su" to root, are logged in /var/adm/sulog file.
There are many security issues and you can consult them in the InfoCenter for AIX.
Regards.
Silvia.