summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* provider_resolver migration from provider_mappingLamont Granquist2015-03-042-0/+4
* Merge pull request #2723 from patcox/CHEF-2667Phil Dibowitz2015-01-141-3/+13
|\
| * fix small readability issue, as per code reviewPat Cox2015-01-121-1/+3
| * bugfix dscl providerPat Cox2015-01-121-3/+11
* | add code comment, add unit test for case when no salt is foundPat Cox2015-01-121-0/+4
* | OS X user provider - fix exception if no salt is foundPat Cox2015-01-121-0/+1
|/
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* Escape path for globbing.Claire McQuin2014-09-221-2/+2
* Updates based on @jaymzh's comments.Serdar Sutay2014-09-041-2/+6
* Set the password at the right time using the correct info in order not to ove...Serdar Sutay2014-09-041-28/+28
* Make exception for a user not existing more explicitBryan McLellan2014-08-221-5/+5
* Look up username instead of resource nameBryan McLellan2014-08-221-1/+1
* Updates based on PR comments.Serdar Sutay2014-08-121-21/+37
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-121-156/+528
* Merge pull request #1616 from chr4/userdel-forceClaire McQuin2014-08-071-0/+1
|\
| * Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-0/+1
* | aix: implement user lock/unlock and fix testskaustubh-d2014-07-311-0/+26
* | aix: -m option option to usermod errors on aixkaustubh-d2014-07-311-0/+17
* | aix: use password hashes, aix style from /etc/security/passwdkaustubh-d2014-07-311-1/+1
* | aix: useradd doesnt support -r like other unix, so sytem account is created b...kaustubh-d2014-07-311-0/+7
* | Added basic changes for aix user providersiddheshwar-more2014-07-311-0/+45
* | fixing trailing blank lines as wellLamont Granquist2014-07-291-1/+0
* | fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* | add shell_out to base provider codeLamont Granquist2014-07-292-4/+0
|/
* Merge pull request #1423 from opscode/btm/CHEF-5247Claire McQuin2014-06-121-1/+1
|\
| * check whether the variable is empty rather than an empty stringCam Cope2014-04-221-1/+1
* | Only modify password when one has been specifiedAnand Suresh2014-05-231-1/+1
* | Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-0/+2
|/
* CHEF-3582: Fix #check_lock under why-runBryan McLellan2013-11-061-0/+7
* CHEF-4482 : change user attribute comparison to string comparesGene Wood2013-10-041-1/+1
* Normalize whitespace on all filesSeth Vargo2013-09-263-46/+46
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-1/+1
* Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-29/+30
* [CHEF-4204] Convert useradd provider to shelloutdanielsdeleo2013-06-201-23/+26
* [CHEF-4204] fix ruby unused variable warningdanielsdeleo2013-06-201-1/+1
* keep perms however we find themLamont Granquist2013-04-181-0/+9
* slightly less horrible hackeryLamont Granquist2013-04-172-31/+39
* deal with files a little betterLamont Granquist2013-04-171-10/+5
* port SNSs solaris user providerLamont Granquist2013-04-172-17/+104
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-304-0/+669
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-88/+0
* Adding the user class as a requirementAdam Jacob2008-10-061-0/+2
* Bug fixes for user providerAdam Jacob2008-10-051-13/+25
* Adding user providerAdam Jacob2008-10-051-0/+74