I am using Spring LDAP 2.0.0.RELEASE and getting an error using the new ldapTemplate.authenticate (LdapQuery, password) method with ldap join enabled. I get an error message:
java.lang.UnsupportedOperationException: not supported for this implementation
I get this error only when I have ldap: tag pool in my applicationContext.xml
When I delete this, the method works successfully. Any idea why authentication doesn't work with ldap union? The union seems to work fine with other ldapTemplate methods.
source
share