summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/user/useradd.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2645 - Added support for creating system usersJames Turnbull2011-03-091-1/+6
* Fix for #5273 -- user resource constantly resetting password ageMarkus Roberts2010-11-161-2/+2
* Minimal fix for #4975 -- only call chage when managing password age rulesMarkus Roberts2010-10-131-6/+5
* Adds #3046 - support for password min/max ageNick Lewis2010-09-291-2/+33
* Add user account expiry to the useradd type and providerDean Wilson2010-09-291-1/+11
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-50/+50
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Fix tests broken by level-violation fixJesse Wolfe2010-06-251-4/+5
* Updated useradd.rb managehome confine to include other RH-like distributionsJames Turnbull2009-02-251-1/+1
* Solaris RBAC AttributesAndrew Shafer2008-10-221-14/+23
* Fixed #1360 -- allowdupe works with groups again.Luke Kanies2008-06-161-1/+1
* 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-031-1/+0
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-1/+1
* 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-091-6/+6
* Adding the ability to manage passwords with the useradd providerluke2007-04-251-9/+18
* 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-071-4/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-2/+2
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-151-3/+3
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+46