Determining if the wrong LDAP server is configuredIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Determining if the wrong LDAP server is configured ProblemA single user is unable to log in. Symptoms A single user is unable to log in.Other users are able to access the instance, with the exception of the affected user. CauseIf the instance has multiple LDAP servers configured, the user accounts should be associated to the correct LDAP server. If the value of the LDAP Server field has changed or cleared, the instance is not able to authenticate the user correctly. Resolution Review the affected user record.If the LDAP Server field is not displayed, right-click the header, and go to Personalize > Form Layout and add the LDAP Server field.Click Save.Select the correct LDAP server for the user. Note: It may be necessary to review the associated Transform Map to ensure that the line of code is in the Script field of the LDAP server: target.ldap_server = source.sys_import_set.data_source.ldap_target.server;