SEC-483: Fix. Make getGroupSearchBase protected.
This commit is contained in:
parent
0c4916ee98
commit
ea61964f56
|
@ -292,7 +292,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
|
|||
}
|
||||
}
|
||||
|
||||
private String getGroupSearchBase() {
|
||||
protected String getGroupSearchBase() {
|
||||
return groupSearchBase;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue