In case someone got stuck I found the solution
ldapTemplate.setIgnorePartialResultException(true);
or
<bean id="ldapTemplate" class="org.springframework.ldap.core.LdapTemplate" >...
Type: Posts; User: Meena; Keyword(s):
In case someone got stuck I found the solution
ldapTemplate.setIgnorePartialResultException(true);
or
<bean id="ldapTemplate" class="org.springframework.ldap.core.LdapTemplate" >...
Hi All,
I am new to LDAP, I managed to connect to the server and retrieved some data.
When I use the following I get an exception:...