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