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
Take a look at the command on this page:
The example has:
ovirt-aaa-jdbc-tool user password-reset jdoe --password-valid-to="2025-08-15 10:30:00Z"
You are missing quotes and perhaps a "Z" for the timezone.