summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/user
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-114-6/+6
* Code smell: Two space indentationMarkus Roberts2010-07-096-447/+447
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-094-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-094-34/+12
* Code smell: Use string interpolationMarkus Roberts2010-07-093-6/+6
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+1
* Fix tests broken by level-violation fixJesse Wolfe2010-06-251-4/+5
* Bug #3748 LDAP group membershipMatt Robinson2010-02-171-1/+1
* Fix for #3085 (user_role_add pulls from same source as useradd)Markus Roberts2010-01-301-1/+1
* deprecate NetInfo providers and examples, remove all NetInfo references and t...Nigel Kersten2009-07-142-129/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-064-16/+16
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-2/+2
* Merge branch '0.24.x'Luke Kanies2009-04-021-1/+1
|\
| * Updated useradd.rb managehome confine to include other RH-like distributionsJames Turnbull2009-02-251-1/+1
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-262-2/+2
|/
* add NetInfo deprecation notice to user and group providers, make the director...Nigel Kersten2008-12-062-3/+10
* Bug # 1680 Now you can set the hashed passwords on solarisAndrew Shafer2008-12-011-11/+18
* Handle password when user is createdAndrew Shafer2008-12-011-1/+6
* == is not =Andrew Shafer2008-12-011-1/+1
* Solaris doesn't have a native tool to set hashed passwordsAndrew Shafer2008-12-011-5/+30
* Solaris RBAC AttributesAndrew Shafer2008-10-222-14/+90
* Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseraddJames Turnbull2008-10-091-1/+1
* Add role support to user type and an implementionAndrew Shafer2008-10-011-0/+89
* Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user p...James Turnbull2008-09-131-3/+4
* Fixes #1455 - Adds HP-UX support for user typeJames Turnbull2008-09-061-0/+29
* Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-081-0/+14
|\
| * Fixed #1272 - ldap group names will be converted to GIDs.Luke Kanies2008-07-071-0/+14
* | Fixed #1399 - the ldap user provider knows it can manage passwords.Luke Kanies2008-07-071-0/+2
|/
* Fixed #1360 -- allowdupe works with groups again.Luke Kanies2008-06-161-1/+1
* The ldap user/group providers now work when no users/groups are in ldap yet.Luke Kanies2008-05-211-6/+8
* Intermediate commit so I can move on to other things.Luke Kanies2008-05-201-1/+1
* Adding ldap providers for the user and group type.Luke Kanies2008-05-121-0/+115
* Added more detail about the requirement for ruby-libshadow for useradd passwo...James Turnbull2008-03-201-1/+1
* Fixed #1019 - made libshadow available for non-Linux usersJames Turnbull2008-01-211-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-033-3/+0
* Copying the "commands" and "confine" statements to the actual dscl providers,...luke2007-08-061-1/+4
* DirectoryService provider for users and groups. Alternative to netinfo, as a...mccune2007-08-031-0/+113
* Adding patch by Ghislain from #670, with slight modifications.luke2007-06-181-1/+6
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-302-2/+2
* Clean up a really hairy code construct in the useradd providermpalmer2007-05-301-6/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-093-13/+13
* Possibly adding the ability to manage passwords on os x. I expect it does no...luke2007-04-251-2/+9
* Adding the ability to manage passwords with the useradd providerluke2007-04-251-9/+18
* Fixing a bug I apparently introduced in the testing that would have made user...luke2007-03-281-14/+8
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-211-6/+0
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-0/+9
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-1/+10
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-072-8/+8