1
0
mirror of synced 2026-07-19 17:45:11 +00:00

SEC-483: Fix. Make getGroupSearchBase protected.

This commit is contained in:
Luke Taylor
2007-08-30 21:15:14 +00:00
parent 0c4916ee98
commit ea61964f56
@@ -292,7 +292,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
}
}
private String getGroupSearchBase() {
protected String getGroupSearchBase() {
return groupSearchBase;
}