Feature #1624
Add RBAC role support to user provider for solaris
| Status: | Closed | Start date: | 10/01/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Solaris | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.5 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Work sponsored by Sun
Add an ensure = role to the ensure property in user which depends on manage_solaris_rbac Add roles parameter to manage roles similar to groups
Utility to parse /etc/user_attr and extract role info
user_role_add.rb user provider to manage users and roles on solaris
Language Syntax user{foo: ensure => role, roles => [“foo”,“bar”]}
History
Updated by Andrew Shafer over 3 years ago
- Status changed from Accepted to Ready For Checkin
- Assignee changed from Andrew Shafer to James Turnbull
reviewed once by luke but pending code review on list
on github(littleidea) ticket/0.24.x/1624
Updated by Andrew Shafer over 3 years ago
- Status changed from Ready For Checkin to Accepted
Hold the phone, merging conflicts
Updated by Andrew Shafer over 3 years ago
- Status changed from Accepted to Ready For Checkin
Should be good now
Fixed conflicts, took out the should alias and added CHANGELOG
Updated by James Turnbull over 3 years ago
- Category set to Solaris
- Status changed from Ready For Checkin to Closed
- Target version set to 0.24.6
Pushed in commit:ddda80a05d723271c4a2f7229129f1929a06ba71 in branch 0.24.x
Updated by Andrew Shafer over 3 years ago
- Status changed from Closed to Ready For Checkin
Fixed tests for provider that were dependent on the existence of a file… doh.
Same branch in github (I just rebased so should be only the one commit) ticket/0.24.x/1624
Updated by James Turnbull over 3 years ago
- Status changed from Ready For Checkin to Closed
Pushed in commit:d098a901745cf5c84731d8f46aabd225a6ffba2a in branch 0.24.x