diff --git a/spring-ldap-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java b/spring-ldap-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java index 8016e52f..bd8107e9 100644 --- a/spring-ldap-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java +++ b/spring-ldap-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java @@ -98,7 +98,7 @@ public class SimpleLdapTemplate implements SimpleLdapOperations { @SuppressWarnings("unchecked") public List search(String base, String filter, SearchControls controls, ParameterizedContextMapper mapper, DirContextProcessor processor) { - return ldapOperations.search(base, filter, controls, mapper); + return ldapOperations.search(base, filter, controls, mapper, processor); } /*