SEC-992: Removed the line setting returningObj to false.

This commit is contained in:
Luke Taylor 2008-12-12 23:22:26 +00:00
parent 10e4d1fe1a
commit 6664f57ff6
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ public class SpringSecurityLdapTemplate extends LdapTemplate {
SearchControls ctls = new SearchControls();
ctls.setSearchScope(searchControls.getSearchScope());
ctls.setReturningAttributes(new String[] {attributeName});
ctls.setReturningObjFlag(false);
search(base, formattedFilter, ctls, roleMapper);