summaryrefslogtreecommitdiff
path: root/test/integration/targets/user
Commit message (Expand)AuthorAgeFilesLines
* The final `output_dir` pr (#76862)Matt Martz2022-01-271-5/+0
* user module password expiration fixes (#75390)Daniel Goldman2022-01-242-0/+23
* ansible-test - Remove AIX provisioning support. (#76747)Matt Clay2022-01-121-1/+0
* Don't use output_dir in target tests (#76107)Matt Martz2021-10-211-3/+4
* Revert "user - consistently create user home directory on Linux (#71952)" (#7...Sam Doran2021-09-163-62/+0
* user - consistently create user home directory on Linux (#71952)Ruediger Pluem2021-05-073-0/+62
* Add umask option to user module (#73821)Amin Vakil2021-04-202-0/+59
* user - add password expiration parameters (#69531)pushkarkumar152021-02-092-0/+56
* user - properly handle password and password lock when used together (#73016)Sam Doran2021-01-1117-1117/+1207
* user - allow local users with an expiry date to be created (#72022)Ruediger Pluem2020-10-022-0/+336
* Updates to Integration tests to pass against Alpine (#70946)Matt Martz2020-08-071-0/+4
* user - Create home and parent directories only when requested (#70600)Baptiste Mille-Mathias2020-07-211-1/+37
* Test system users and groups.Matt Clay2020-02-271-0/+13
* user - allow 'groups', 'append' with 'local' (#62134)Todd Lewis2020-02-061-7/+33
* user - warn if "append" is set but not "groups" (#65795)Erwin Oegema2020-02-041-2/+13
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-291-0/+1
* user - honor update_password parameter on BusyBox hosts (#65977)Sam Doran2019-12-201-0/+26
* user - compare macOS user properties using same type (#62973)John Chen2019-11-221-0/+27
* Allow 13 asterisk characters in password field without warning (#54893)kucharskim2019-09-041-1/+8
* Fix sanity tests based on newer version of shellcheck (#60423)Sam Doran2019-08-121-1/+1
* user: createhome=no home=/no/such/dir (#60310)Marius Gedminas2019-08-121-0/+16
* Don't warn if local user is found in user database (#56838)Maciej Delmanowski2019-07-311-3/+13
* User - make groups and append mutually exclusive with local (#59309)Sam Doran2019-07-191-28/+16
* User - Create parent directories if they do not exist in the specified home p...Sam Doran2019-07-182-0/+47
* Omit -A and -G options in local mode since luseradd does not support these (#...Sam Doran2019-06-271-2/+54
* Properly reset timezone in user test when it was originally n/a (#55389)Sam Doran2019-04-161-0/+19
* Use correct python for -c invocations in tests. (#54577)Matt Clay2019-03-291-1/+1
* User module - Check local database when local is specified in the task (#51088)Sam Doran2019-03-141-1/+83
* Set user expires on FreeBSD using UTC. (#52276)Matt Clay2019-02-181-1/+1
* Fix integration tests to support remote hosts.Matt Clay2019-01-241-18/+1
* Fix create home dir fallback (#49262)Strahinja Kustudic2019-01-141-0/+56
* make password locking in user module idempotent (#43671)Christopher Gadd2018-11-082-0/+112
* user: fix removing the expiry time when it's 0 (#47115)Martin Krizek2018-11-071-21/+105
* User module - allow bang and exclamation in password field without warning (#...Sam Doran2018-11-051-0/+22
* user: do not pass ssh_key_passphrase on cmdlineMartin Krizek2018-10-221-0/+29
* Properly un expire account on creation (#44174)Sam Doran2018-08-231-5/+89
* Add backup feature to user module (#41854)Sam Doran2018-08-151-0/+23
* Give warning if user inputs not encrypted password to user module (#43615)Zhikang Zhang2018-08-131-0/+40
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
* Only report change when home directory is different on FreeBSD (#42865)Sam Doran2018-07-192-3/+55
* User unexpire (#39758)Brian Coca2018-05-171-0/+53
* Only change expiration date if it is different (#38885)Sam Doran2018-05-012-67/+155
* Fixes for dnf and user integration tests. (#34603)Matt Clay2018-01-081-0/+1
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-2/+2
* modules/system/user.py: Change createhome to create_home (#30179)Reid Wahl2017-09-201-1/+1
* user: fix default non-system user's shell on macOSMartin Krizek2017-09-191-0/+50
* Revert "Temporarily disable test which fails in group run."Matt Clay2017-05-111-1/+1
* Temporarily disable test which fails in group run.Matt Clay2017-05-111-1/+1
* Add integration test targets for core supported modules (#24217)jctanner2017-05-104-0/+133