Unable to reset the root password which is expired in Photon OS Appliance.
VMware Identity Manager 3.3.x
strace passwd root" command and validate if we get Access Denied errors./etc/pam.d/system-password file to confirm if there are any custom configuration changes.root@vidm [ ~ ]# cat /etc/pam.d/system-password# Begin /etc/pam.d/system-passwordpassword requisite pam_cracklib.so minlen=1password requisite pam_pwhistory.so retry=3 remember=5 enforce_for_rootpassword required pam_unix.so sha512 shadow use_authtok# End /etc/pam.d/system-passwordpasswd root" command and it should give the option to change the root password.When trying the steps from KB article Resetting the root password on a Photon appliance in VMware Aria Automation 8.x "permission denied" message is observed.