Commit Graph

38 Commits (8baaf458c794b86096dcbbdcbf652f9cdab809ee)

Author SHA1 Message Date
David Fox 6b0ef5f10e Modified library/system/user so that password change date is set on Solaris when updating password
12 years ago
James Cammarata 57486b268a Use the no-user-groups option (-N) for useradd in the user module
12 years ago
James Cammarata 6fe369fca0 Merge branch 'usermod_fix' of https://github.com/tknguyen79/ansible into tknguyen79-usermod_fix
12 years ago
Sean Chittenden 5e0cf6663a Fix broken behavior when removing all auxiliary groups from a user
12 years ago
Aaron Lindsay 59ac969d2b Add move_home option to user module
13 years ago
Thoai Nguyen 5c4bb5730e reorder usermod options
13 years ago
jctanner 332d3d6a0e Merge pull request #5490 from rgbj/devel
13 years ago
Joshua Lund 3b4f3f8ca3 Improved the documentation for password generation
13 years ago
rgbj f2150b101e On OpenBSD, make user module status 'changed' only if necessary when using 'login_class' parameter
13 years ago
jeromew 1916e8ec90 user module: force= and remove= should not be mutually exclusive
13 years ago
James Tanner cbfeb0a2ea Fixes #5169 Evaluate check_mode in the user module SunOS class
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
Michael DeHaan 36effd237c There's a cleaner way to do this, commit to module formatter pending.
13 years ago
Michael DeHaan ff0a41d446 No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
13 years ago
James Tanner d187066339 Fixes #5010 Add user to all defined supplementary groups
13 years ago
Michael DeHaan b725361bce Merge pull request #4560 from tronner/issue4461
13 years ago
James Tanner 4f674ec522 Fixes #4554 Enumerate user homedir if not passed as an argument
13 years ago
Thomas Ronner aee68511e6 Fix illegal set operation in FreeBSD section of user module.
13 years ago
James Tanner 23cbdba65e Fixes #4350 Create homedirectory if create=yes and directory is missing
13 years ago
James Tanner e3849f1be7 Fixes #4312 for older versions of usermod which do not have --append
13 years ago
Michael DeHaan 119b6d73dd Remove examples of module antipattern of setting the choices array for boolean types.
13 years ago
Michael DeHaan 135f79f337 Add documentation about how passwords are generated.
13 years ago
Matt Warren 74c412e249 addresses https://github.com/ansible/ansible/issues/4371 - adding -m to home directory modification
13 years ago
Raul Melo 461858e476 Fix issue 3908. There was some ilegal operations over the sets
13 years ago
rishid 07ef8c4d84 Verify groups string is not empty before trying add user to groups
13 years ago
Michael DeHaan 3b3b600a98 Merge pull request #3470 from langemeijer/devel
13 years ago
Casper Langemeijer 922a71fced Only append non_unique parameter if a uid is provided as well
13 years ago
Brian Coca 9f75397310 updated module docs to reflect 'correct' on_create vs on_creation
13 years ago
Michael DeHaan 2eb3a9a3c9 Resolve docs conflict.
13 years ago
Michael DeHaan 572f49b11f Fix merge conflict.
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago
trbs 3b3afe2283 Add support for Open and NetBSD platforms for user and group modules, including a new login_class parameter for FreeBSD, OpenBSD and NetBSD.
13 years ago
Michael DeHaan 47b9db0d98 Remove debug statement in previous patch.
13 years ago
trbs b537aff586 Fix for #3062 additional groups should only be added once.
13 years ago
Scott Sturdivant 922a1efbc0 Fixes #2924: User creation always reports 'changed'
13 years ago
madema 58d59c180d -o and -r option don't exist on AIX
13 years ago
lonerr b2db6483ac Fixed errors in FreeBSD user manipulations.
13 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation.
13 years ago