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();
|
SearchControls ctls = new SearchControls();
|
||||||
ctls.setSearchScope(searchControls.getSearchScope());
|
ctls.setSearchScope(searchControls.getSearchScope());
|
||||||
ctls.setReturningAttributes(new String[] {attributeName});
|
ctls.setReturningAttributes(new String[] {attributeName});
|
||||||
ctls.setReturningObjFlag(false);
|
|
||||||
|
|
||||||
search(base, formattedFilter, ctls, roleMapper);
|
search(base, formattedFilter, ctls, roleMapper);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue