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
Ruediger Pluem a7170da851
user - allow local users with an expiry date to be created (#72022)
The luseradd / lusermod commands do not support the -e option. Set
the expiry time in this case via lchage after the user was
created / modified.

Fixes: #71942

In Python3 math.floor returns an integer whereas Python2 returns a float.
Hence always convert the result of math.floor to an int to ensure that
lexpires is an integer.

Move local expires tests in a separate file and import the tasks to the
main.yml to keep main.yml smaller.
4 years ago
..
files Fix sanity tests based on newer version of shellcheck (#60423) 5 years ago
meta
tasks user - allow local users with an expiry date to be created (#72022) 4 years ago
vars User - Create parent directories if they do not exist in the specified home path (#51043) 5 years ago
aliases Testing: Add support for AIX platform (#65802) 5 years ago