salt.states.rbac_solaris#
Management of Solaris RBAC
- maintainer:
Jorge Schrauwen <sjorge@blackdot.be>
- maturity:
new
- depends:
rbac_solaris,solaris_user
- platform:
solaris,illumos
New in version 2016.11.0.
sjorge:
rbac.managed:
- roles:
- netcfg
- profiles:
- System Power
- authorizations:
- solaris.audit.*
- salt.states.rbac_solaris.managed(name, roles=None, profiles=None, authorizations=None)#
Manage RBAC properties for user
- namestring
username
- roleslist
list of roles for user
- profileslist
list of profiles for user
- authorizationslist
list of authorizations for user
Warning
All existing roles, profiles and authorizations will be replaced! An empty list will remove everything.
Set the property to None to not manage it.