summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/user.py
Commit message (Expand)AuthorAgeFilesLines
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-3028/+0
* fix expires usage sentence flow (#69306)Kevin Gentile2020-05-041-1/+1
* user - allow 'groups', 'append' with 'local' (#62134)Todd Lewis2020-02-061-24/+58
* user - warn if "append" is set but not "groups" (#65795)Erwin Oegema2020-02-041-0/+6
* Update user module to support no_log=False. (#66219)kaorihinata2020-01-071-2/+2
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-1/+1
* user - honor update_password parameter on BusyBox hosts (#65977)Sam Doran2019-12-201-8/+7
* user - compare macOS user properties using same type (#62973)John Chen2019-11-221-2/+2
* Replaces deprecated usage of functions in ansible.module_utils.basic (#63990)Mads Jensen2019-10-311-3/+5
* user: Handle exception when /etc/shadow file is missing (#63888)Abhijeet Kasurde2019-10-241-1/+1
* user - fix shadow file parsing on AIX (#62547)Sam Doran2019-10-141-16/+18
* User - correct group removal description in docs (#61936)Sam Doran2019-09-061-2/+1
* Allow 13 asterisk characters in password field without warning (#54893)kucharskim2019-09-041-2/+3
* Update user.py (#60746)radag872019-08-191-1/+1
* user: createhome=no home=/no/such/dir (#60310)Marius Gedminas2019-08-121-1/+1
* Don't warn if local user is found in user database (#56838)Maciej Delmanowski2019-07-311-3/+5
* User - make groups and append mutually exclusive with local (#59309)Sam Doran2019-07-191-3/+8
* User - Create parent directories if they do not exist in the specified home p...Sam Doran2019-07-181-0/+23
* Omit -A and -G options in local mode since luseradd does not support these (#...Sam Doran2019-06-271-2/+4
* Fixed heading link password field in user module (#57694)mirfire2019-06-111-1/+1
* User - Fix shadow file parsing on AIX (#55230)Sam Doran2019-04-221-7/+58
* Add BusyBox support to user module (#45507)Sam Doran2019-03-211-0/+139
* User module - Check local database when local is specified in the task (#51088)Sam Doran2019-03-141-6/+33
* validate-modules: Fix all system modules (#52384)Dag Wieers2019-02-191-5/+4
* Set user expires on FreeBSD using UTC. (#52276)Matt Clay2019-02-181-2/+3
* Fix module issues (#52209)Dag Wieers2019-02-151-1/+1
* Use correct property name (#51511)Sam Doran2019-01-301-2/+2
* Fix parameter types and other fixes (#50111)Dag Wieers2019-01-181-62/+88
* Allow overwrite of SSH key (#49971)Christopher Gadd2019-01-161-15/+21
* Fix create home dir fallback (#49262)Strahinja Kustudic2019-01-141-76/+95
* Fix typo: or -> on (#50123)soulofmischief2018-12-191-1/+1
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-11/+11
* Port from plaform.dist to ansible.module_utils.distro.linux_distributionToshio Kuratomi2018-12-171-3/+3
* user: Modify RBAC attributes for Illumos/Solaris based system (#48409)jpdasma2018-11-201-0/+74
* make password locking in user module idempotent (#43671)Christopher Gadd2018-11-081-9/+14
* user: fix removing the expiry time when it's 0 (#47115)Martin Krizek2018-11-071-3/+5
* User module - allow bang and exclamation in password field without warning (#...Sam Doran2018-11-051-22/+28
* Fix python3 problem in user module cve fixToshio Kuratomi2018-10-221-3/+3
* user: do not pass ssh_key_passphrase on cmdlineMartin Krizek2018-10-221-5/+52
* Add documentation on underlying tools in user module (#46455)Sam Doran2018-10-041-0/+9
* Properly un expire account on creation (#44174)Sam Doran2018-08-231-2/+8
* Add backup feature to user module (#41854)Sam Doran2018-08-151-0/+8
* Strip trailing comments from /etc/default/passwd (#43931)Tom Matthews2018-08-151-0/+4
* Give warning if user inputs not encrypted password to user module (#43615)Zhikang Zhang2018-08-131-0/+36
* Only report change when home directory is different on FreeBSD (#42865)Sam Doran2018-07-191-2/+3
* fix a (forgotten?) change in moving createhome -> create_home (#42711)dgeo2018-07-161-1/+1
* change OS X to macOS (#41294)Troy Murray2018-06-261-5/+5
* Update user module docs (#41572)Sam Doran2018-06-151-6/+109
* fixes issue 39472: (#40341)Artem Goncharov2018-05-171-0/+8
* allow non-integer values in /etc/default/passwd to mirror solaris behaviorbengerman2018-05-171-3/+15