Is it possible to use RBAC to grant a user permission to login only as himself?
Some clarifying information:
This is for an application account to do automatic enumeration for a CMDB database. That application (uCMDB) is written in such a way that it wants "zlogin" privs to do the Global=zone associations. I do not want to do this because login grants automatic root permissions.
I am aware of the "Zone Management" profile as well as solaris.zone.zlogin and solaris_zone_management/* authorizations. But even with those set if the user executes "pfexec login test1" where test1 is the zone name, the user logins as root. This is still not what I am looking at. I want the user to only be able to login as that user. (example zlogin -l user).