Authentication Failure configuring LDAP using Active Directory

Hi All,

I am using LDAP authentication by providing the parameters as shown below. I am getting the following error when I am trying to login using my credentials. Can you please help me with this issue?

org.springframework.ldap.PartialResultException: Unprocessed Continuation Reference(s); nested exception is javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name ‘’

ldap:
      url: ldap://**.***.**.**/dc=****,dc=****,dc=net
      user-search-filter: (sAMAccountName={0})
      manager-dn: CN=***** ****,CN=****,DC=****,DC=****,DC=net
      manager-password: *****

Thanks,
Badri.

Hi @bprudhvi,

I assume that your LDAP server is an AD server.

Could it be that your AD contains multiple entries with the same sAMAccountName? If so, you may want to use the user-search-base property to narrow down the search.