mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-992: Removed the line setting returningObj to false.
This commit is contained in:
parent
10e4d1fe1a
commit
6664f57ff6
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user