======------============ 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.
__virtual__
()¶Provides rbac on Solaris like platforms
salt.states.rbac_solaris.
managed
(name, roles=None, profiles=None, authorizations=None)¶Manage RBAC properties 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.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.0