summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user
Commit message (Expand)AuthorAgeFilesLines
* fixes for rubocop 0.49.1 engineLamont Granquist2017-06-202-2/+2
* change worning msg for windows create user resourceMSys2017-05-051-1/+1
* Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-1/+1
* fix build break on master in linux user providerlcg/fix-linux-userLamont Granquist2017-04-041-1/+1
* Merge pull request #5720 from Ppjet6/masterSteven Murawski2017-04-041-0/+1
|\
| * Add -u param to usermod in linux_user resource when using non_uniqueMaxime “pep” Buquet2017-01-251-0/+1
* | convert remaining popen4 code to shell_outLamont Granquist2017-04-011-7/+1
* | Chef-13: Remove supports API from all user providersLamont Granquist2017-02-285-18/+18
|/
* user provider cleanupLamont Granquist2016-12-227-179/+168
* Add a default GID for user creation on MacOS (#5393)cgerke2016-11-021-3/+8
* Solaris users are locked only if *LK*COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-1/+1
* Properly check lock status of user on solaris2Tom Duffield2016-10-311-12/+5
* fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-064-23/+9
* Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-2/+4
* Fully override the method because we are planning to phase out the shared bas...Noah Kantrowitz2016-09-212-2/+14
* Solaris doesn't support -r for users or group.Noah Kantrowitz2016-09-191-1/+2
* revert supports[:manage_home] behaviorLamont Granquist2016-09-141-4/+14
* rewrite linu_user provider check_lockLamont Granquist2016-08-241-31/+19
* sort out the -m / -M mess a bit betterLamont Granquist2016-08-231-5/+8
* clean up everythingLamont Granquist2016-08-231-5/+109
* user provider manage_home behavior and refactorLamont Granquist2016-08-197-8/+48
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-162-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* Revert "Merge pull request #4465 from artursitarski/change-shell-for-locked-u...tm/revert_4465Thom May2016-03-021-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* Merge pull request #4465 from artursitarski/change-shell-for-locked-userThom May2016-02-161-2/+2
|\
| * More consistent wayartursitarski2016-01-271-4/+2
| * Change shell for locked user.artursitarski2016-01-271-0/+2
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-092-6/+6
* | autofixing whitespace copsLamont Granquist2016-02-055-25/+25
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-2/+2
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-025-5/+5
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-026-7/+7
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-3/+3
* Use double quotes by defaultThom May2016-01-145-38/+38
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-133-5/+5
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
* fix PR#3193 mutating new resourcelcg/3193Lamont Granquist2015-10-241-101/+108
* provider/user/dscl: Set "comment" default valueMikhail Zholobov2015-10-241-1/+2
* provider/user/dscl: Set default gid to 20Mikhail Zholobov2015-10-231-2/+5
* fixing typoMatt Wrock2015-10-081-1/+1
* fix spacingmwrock/no_win_groupMatt Wrock2015-10-081-1/+1
* ignore gid on windows and warn to use groupMatt Wrock2015-10-081-4/+6
* fix locking/unlocking users on SmartOSDave Eddy2015-09-021-4/+32
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-024-2/+7
* Sometimes plutil returns an invalid utf-8 string, which gets interpreted as a...Jay Mundrawala2015-03-091-1/+5
* provider_resolver migration from provider_mappingLamont Granquist2015-03-042-0/+4