XXXX-XX-XXTXX:XX@xxxxxxxxxxxxxxxx::ERROR: VmDirSendLdapResult: Request (Bind), Error (LDAP_INVALID_CREDENTIALS(49)), Message ((49)(SASL step failed.)), (0) socket (xxx.x.x.x)XXXX-XX-XXTXX:XX@xxxxxxxxxxxxxxxx:INFO: MOD 7,rep,vmwPasswordMaxLength: (50)
XXXX-XX-XXTXX:XX@xxxxxxxxxxxxxxxx:INFO: MOD 7,rep,vmwPasswordMinLength: (25)
vCenter 8.0 U3
The default SSO password length was edited and was set to above 20 characters.
This causes the machine account password to take the maximum character length that is specified in the policy
If this is above 32 characters this will cause services to fail
Set the "Minimum length" to less then 20.(irrespective of whatever value is set in "Maximum length" field)
mod_max.ldif --->
dn: cn=password and lockout policy,dc=vsphere,dc=local
changetype: modify
replace: vmwPasswordMaxLength
vmwPasswordMaxLength: 20
mod_min.ldif ---->
dn: cn=password and lockout policy,dc=vsphere,dc=local
changetype: modify
replace: vmwPasswordMinLength
vmwPasswordMinLength: 8/opt/likewise/bin/ldapmodify -h localhost -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -w ‘<admin-password>’ -f <filename>.ldif service-control --stop --all && service-control --start --all