set user audit password command as admin user, the system reverts to the old password or an "expired" state after approximately one minute.This issue is caused by a synchronization conflict within the NSX Manager cluster. When a password is changed on a single node while management API services are active, the existing stale credentials stored on peer nodes may overwrite the local change during the next synchronization cycle. Additionally, standard local password modifications executed under the admin CLI context on a single node do not persist across the SDDC Manager inventory vault.
Retrieve the existing user password stored within the SDDC Manager database/vault if remediating through VCF.
Log in to the NSX Manager appliance as root via SSH - this must be run as root user, not admin user.
Stop the Management Plane API service to prevent peer-node overwrites:/etc/init.d/nsx-mp-api-server stop
[username] with the affected user, e.g., audit):passwd [username]Create the synchronization trigger flag:touch /var/vmware/nsx/reset_cluster_credentials
Restart the API service:/etc/init.d/nsx-mp-api-server start
Return to the SDDC Manager UI and perform the password remediation workflow for the affected account.
For more information on resetting the passwords of NSX Manager and NSX Edge, refer to the Technical Documentation