You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
6 years ago
..
files Add integration test targets for core supported modules (#24217) 7 years ago
meta Add integration test targets for core supported modules (#24217) 7 years ago
tasks User module - Check local database when local is specified in the task (#51088) 6 years ago
vars make password locking in user module idempotent (#43671) 6 years ago
aliases Update Shippable integration test groups. (#43118) 6 years ago