I've create a new user using ovirt-aaa-jdbc-tool, I'm unable to use the account
because the password expiration date has passed. I'm now trying to change the
password expiration using the following command:
sudo ovirt-aaa-jdbc-tool user edit --password-valid-to=2025-12-31 00:00:00
The above command is not working, I've tried several different formats using double
quotes and single quotes, onluy using the date without the time. I've not been able
to get anything working, what format should the above command be in?
Thanks