| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
strip out the -p and call password= after the thing is done
|
| |
|
|
|
|
|
| |
Added support for passwords by directly editing /etc/shadow
(I tried to make it work with libshadow, but considering it is not packaged for Solaris and adds little benefit, I decided against it)
password and password= are now defined on the default Solaris provider
|
| |
|
|
|
|
|
|
|
|
|
| |
Adding support to user type for:
profiles
auths
project
key/value pairs
Refactored useradd.addcmd so I could override how properties get added in the subclass
Added keyvalue property to manage generic keyvalues
|
| | |
|
| |
|
|
|
|
|
|
| |
modify user type:
add ensure = role logic
add roles property
add manages_solaris_rbac feature
refactored 'list' property to reuse logic for groups in roles
|
| |
|
|
|
|
|
| |
feature 1508
Not sure these tests ever passed on any platform. Added some mocking to support
the two tests.
|
| | |
|
| |
|
|
| |
Signed-off-by: Luke Kanies <luke@madstop.com>
|
| |\
| |
| |
| |
| |
| |
| | |
Conflicts:
CHANGELOG
spec/unit/provider/user/ldap.rb
|
| | |
| |
| |
| |
| |
| |
| | |
Note that this only looks up ldap groups, at this point; if you want to set an
ldap user's primary group to a local group, you have to specify the GID.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
| |/
|
|
| |
Signed-off-by: Luke Kanies <luke@madstop.com>
|
| |
|
|
|
|
| |
I've added a couple of tests for this bit of the user
and group useradd/groupadd providers, but I haven't migrated
the rest of the tests.
|
| |
|
|
|
| |
Previously, they failed if you tried to get them to autogenerate
an id, because they assumed that a result would be returned.
|
| | |
|
|
|
These providers use posixAccount and posixGroup.
This is a collapsed merge, fwiw.
|