LDAP Authentication Fails for a Specific UserIssue A user reported being unable to log in using LDAP authentication. Although the username and password were entered correctly, authentication consistently failed.ReleaseN/ACauseTransaction logs indicated that the LDAP authentication process was bypassed for the user due to an invalid LDAP configuration. WARNING *** WARNING *** LDAP: LDAP Server is not configured. Skipping authentication for user <user_id> Upon reviewing the logs and user record, it was found that the source field in the user record contained a trailing space in the LDAP Distinguished Name (DN). This caused the LDAP server configuration to be incorrectly interpreted or skipped, resulting in failed authentication.ResolutionNavigate to the user record in the system.Check the source field under the user's profile.Ensure there is no trailing space at the end of the Distinguished Name (DN).Update the field to match the correct DN format without any extraneous characters.Save the changes and retry the login. Note: Trailing or extra whitespace in LDAP source fields can result in misparsing or mismatched configurations, leading to authentication issues. Always validate DN entries for accuracy and formatting.