/var/log/vmware/likewise/Likewise.log:ERROR lwio: [0x#####] GSS-API error calling gss_init_sec_context: ##### (<null>)
ERROR lwio: [0x#####] GSS-API error calling gss_init_sec_context: ##### (<null>)
ERROR lwio: [0x#####] GSS-API error calling gss_init_sec_context: ##### (<null>)/var/log/vmware/messages as default local. This can however be reconfigured using the command # /opt/likewise/bin/lwsm set-log. To confirm the log location for vCenter 7.x, use the command:# /opt/likewise/bin/lwsm get-logFor the default location, this command will respond with syslog: LOG_DAEMON, otherwise the path to the correct log will be shown. For vCenter 8.X the path is fixed./var/log/vmware/sso/vmware-identity-sts.log contains an error stack similar to the following:[com.vmware.identity.interop.ldap.LdapErrorChecker] Error received by LDAP client: com.vmware.identity.interop.ldap.OpenLdapClientLibrary, error code: 49
[com.vmware.identity.idm.server.ServerUtils] cannot bind connection: [ldap://#####.com, #####.#####@#####.com]
[com.vmware.identity.idm.server.ServerUtils] cannot establish ldap connection with URI: [ldap://#####.com] because [Invalid credentials] therefore will not attempt to use any secondary URIs
[com.vmware.identity.idm.server.provider.ldap.LdapWithAdMappingsProvider] Failed to retrieve upnSuffixes in AD over LDAP provider '<domain_suffix>'
ccom.vmware.identity.interop.ldap.InvalidCredentialsLdapException: Invalid credentials/var/log/vmware/sso/websso.log the following error can be found:{\"user\":\"#####\",\"client\":\"##.##.##.##\",\"timestamp\":\"##/##/#### ##:##:## GMT\",\"description\":\"User #####@##.##.##.## failed to log in with response code 401\",\"eventSeverity\":\"INFO\",\"type\":\"com.vmware.sso.LoginFailure\"}This issue occurs when the credentials configured in the identity source, meant to be used by SSO to authenticate against the AD domain, are either invalid or have expired.
As a result, the LDAP bind request fails, causing any attempts by AD users to login in vCenter to fail
To fix this issue, take the following steps:
administrator@vpshere.local).If the LDAP bind credentials are invalid, the vCenter Server cannot query the LDAP directory, and all AD-based authentication will fail. LDAP error code 49 is commonly associated with invalid credentials.
If the credentials change (e.g., due to password expiration), the bind account must be updated in the vCenter Server configuration.
Refer to Single Sign-On Identity Source configuration using LDAPS in vSphere Client for more information.
The error code 49 may also occur in scenarios where the LDAP Identity Source is configured with a service account whose password has been changed, in Active Directory, but the new credentials have not been updated in the vCenter Single Sign-On (SSO) configuration, in this scenario, follow the below steps:
administrator@vsphere.local).
In other scenarios, where vCenter Server utilizes a non-interactive LDAP Simple Bind for authentication via the Secure Token Service (STS). Security platforms like Silverfort often intercept these binds to enforce multi-factor authentication (MFA) or specific security policies. Because the vCenter login process is non-interactive at the LDAP level, it cannot satisfy the secondary challenge, leading the Domain Controller to reject the bind request with an "Invalid Credentials" response.