summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/user
Commit message (Expand)AuthorAgeFilesLines
* (#8408) Add a default user provider for WindowsNick Lewis2011-08-101-0/+71
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-14/+0
* Merge branch 'feature/master/5432' of https://github.com/keymon/puppet into nextJesse Wolfe2011-03-291-0/+353
|\
| * (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-101-21/+23
| * (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-101-299/+351
| * (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-101-5/+5
| * (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2010-12-271-14/+19
| * (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2010-12-271-0/+294
* | Fixed #2645 - Added support for creating system usersJames Turnbull2011-03-091-1/+6
|/
* Fix for #5273 -- user resource constantly resetting password ageMarkus Roberts2010-11-162-4/+4
* Minimal fix for #4975 -- only call chage when managing password age rulesMarkus Roberts2010-10-132-7/+8
* Fix for #4963 -- Use correct commands for password expiry on solarisMarkus Roberts2010-10-131-3/+3
* Adds #3046 - support for password min/max ageNick Lewis2010-09-293-12/+54
* Add user account expiry to the useradd type and providerDean Wilson2010-09-291-1/+11
* 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