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 df335d91b0
Properly un expire account on creation (#44174)
When creating a new account, check to see if the expiration parameter is negative and pass in the appropriate parameter. Since the negative integer passed into expires is converted to time.struct_time which in turn gets converted to a formatted time string when passed to the underlying command, a -1 or large negative number would result in passing a date before 1970-01-01 to the underlying command.

This had the opposite effect of creating an account with no expiration account resulting in a newly created account that was already expired, or just throwing an error on certain systems.
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 Properly un expire account on creation (#44174) 6 years ago
vars Only report change when home directory is different on FreeBSD (#42865) 6 years ago
aliases Update Shippable integration test groups. (#43118) 6 years ago