summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-1/+1
* Merge branch '0.24.x'Luke Kanies2008-12-021-1/+25
|\
| * Ticket 1780 - Solaris RBAC roles should be autorequiredAndrew Shafer2008-12-011-0/+11
| * Bug #1778 - Solaris RBAC profiles should maintain orderAndrew Shafer2008-12-011-1/+2
| * Fixing #1708 - user groups specified as names are now detected correctly.Luke Kanies2008-11-241-0/+10
| * Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-211-0/+2
* | Fixing forward-compatibility issues resulting from no global resourcesLuke Kanies2008-10-311-5/+2
|/
* Solaris RBAC AttributesAndrew Shafer2008-10-221-31/+117
* Removing a gid test for users, since it is a bad test and has mostly been rep...Luke Kanies2008-10-081-2/+1
* Add role support to user type and an implementionAndrew Shafer2008-10-011-49/+39
* Adding tests for the user retrieve methodLuke Kanies2008-09-301-2/+1
* Removing commented code from the user type from about 2005Luke Kanies2008-09-301-23/+0
* Fixing #1622 - The user type only looks up groups when necessary.Luke Kanies2008-09-301-57/+14
* Fixed #1566 - changed password property of the user typeJames Turnbull2008-09-131-0/+8
* Adding validation to the user type to confirm that theLuke Kanies2008-04-081-0/+3
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-1/+1
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* documentation fixajax2007-06-131-1/+1
* Significantly reworked the type => provider interface with respect toluke2007-06-041-16/+0
* Changing the notify type so that it always uses the loglevel for loggingluke2007-05-181-1/+1
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-2/+2
* Removed override of change_to_s since it is the same as the overridden method...ballman2007-05-091-22/+1
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-31/+35
* Adding the ability to manage passwords with the useradd providerluke2007-04-251-17/+6
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-5/+1
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-3/+18
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-17/+42
* Adding some more testing on the @should values for :groups on users, and fixi...luke2007-03-081-23/+2
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-40/+29
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-291-33/+3
* Fixing #455. A simple fix, fortunately.luke2007-01-271-2/+2
* Last round of fixes before the next releaseluke2007-01-051-1/+3
* Adding #408.luke2007-01-051-4/+11
* Adding some defaults to users, mostly for darwin because it is kinda stupid w...luke2006-12-201-0/+16
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-1/+5
* Fixes to the test system, and a couple of small fixes to the main code. Also...luke2006-11-131-1/+1
* Fixing #310 -- users no longer autorequire their homedirs, and files now auto...luke2006-10-091-9/+0
* Fixing #293, I think. The problem was that the groups state was not correctl...luke2006-09-211-12/+9
* Removing the no-longer-necessary type/nameservice info -- it is all in the pr...luke2006-09-191-2/+0
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-24/+53
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-53/+24
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-129/+75
* Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ...luke2006-07-211-0/+8
* Fixing #201; users now autorequire extra groupsluke2006-07-211-1/+4
* fixing user[:groups] management when the user is absentluke2006-05-181-9/+10
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-1/+3
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-0/+16
* Adding os x group management supportluke2006-03-221-1/+20
* Committing support for group membership management. Currently only works on ...luke2006-03-221-0/+55