Password Expiration
password_expiration_seconds
: The time in seconds before a password expires. The default value is 0
, which indicates that passwords will never expire. expire_root_password
: Specifies whether the root password can expire. The default value is OFF
. When set to OFF
, the password_expiration_seconds
duration does not apply to the root password. If set to ON
, the root password will expire after the password_expiration_seconds
duration is reached.