1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/user
Sam Doran 1e595493d9
User module - Check local database when local is specified in the task (#51088)
The output of pw.getpwnam() does not distinbuish between local and remote accounts. It will return a result if an account exists locally or in the directory. When local is set to True in the task parameters, look through the local password database explicitly.

* Ensure luseradd is present for tests
* Add docs and warnings about local mode
2019-03-14 22:16:53 -04:00
..
files Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
meta Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
tasks User module - Check local database when local is specified in the task (#51088) 2019-03-14 22:16:53 -04:00
vars make password locking in user module idempotent (#43671) 2018-11-08 21:29:38 -05:00
aliases Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00