- 28 Feb, 2014 1 commit
-
-
If no group was specified, but a group by the same name as the user exists, an error was raised in the situation where USERGROUPS_ENAB is enabled in /etc/login.defs (which is the case for almost every major linux distro). In this case, the user will be put in group 100 (which is usually the "users" group on those same distros). This is currently only done in the base class, as the issue may not exist on other platforms like AIX or the BSDs. Fixes #6210
James Cammarata committed
-
- 10 Feb, 2014 1 commit
-
-
(e.g. 'groups=' in the user module).
Sean Chittenden committed
-
- 29 Jan, 2014 1 commit
-
-
Aaron Lindsay committed
-
- 22 Jan, 2014 1 commit
-
-
Thoai Nguyen committed
-
- 08 Jan, 2014 1 commit
-
-
Joshua Lund committed
-
- 03 Jan, 2014 1 commit
-
-
rgbj committed
-
- 05 Dec, 2013 2 commits
-
-
jeromew committed
-
James Tanner committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 28 Nov, 2013 2 commits
-
-
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
- 25 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 17 Oct, 2013 3 commits
-
-
James Tanner committed
-
Thomas Ronner committed
-
James Tanner committed
-
- 11 Oct, 2013 2 commits
-
-
James Tanner committed
-
Michael DeHaan committed
-
- 08 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 07 Oct, 2013 1 commit
-
- 27 Aug, 2013 1 commit
-
-
Raul Melo committed
-
- 02 Aug, 2013 1 commit
-
-
rishid committed
-
- 08 Jul, 2013 1 commit
-
-
Casper Langemeijer committed
-
- 01 Jul, 2013 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 17 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 15 Jun, 2013 2 commits
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed -
this works well for 'initial password setting' on user creation and avoids having extra tasks and conditionals. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 01 Jun, 2013 1 commit
-
-
Add support for Open and NetBSD platforms for user and group modules, including a new login_class parameter for FreeBSD, OpenBSD and NetBSD.
trbs committed
-
- 31 May, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 May, 2013 1 commit
-
-
Also consolidated duplicate groups code into one get_groups_set() method. Removed unused call to user_group_membership. Removed sorting operations on set functions cause sets are inherently unordered. Minor style improvements to match the rest of the code. The new function will make the order of group names passed to the system command less determistic. Which was already the case for modify_user_usermod() but not for other methods. It will also strip out duplicate group names automatically which was not always the case previously.
trbs committed
-
- 23 May, 2013 1 commit
-
-
Scott Sturdivant committed
-
- 16 May, 2013 1 commit
-
-
madema committed
-
- 08 May, 2013 1 commit
-
-
lonerr committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 13 Apr, 2013 1 commit
-
-
Return public SSH key if the user module is called with generate_ssh_key=yes. Since "user" doesn't overwrite files, this also allows querying of existing public keys. Used in playbooks together with the "register" keyword, the returned key can be passed to the "authorized_key" module allowing easy setup of SSH public key authentication between remote hosts.
Bernhard Weitzhofer committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 27 Mar, 2013 1 commit
-
-
modifications needed. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 14 Mar, 2013 2 commits
-
-
Serge van Ginderachter committed
-
Add nonunique option to user module, translating to the -o/--non-unique option to useradd and usermod.
Serge van Ginderachter committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-