Browse Source

SEC-483: Fix. Make getGroupSearchBase protected.

Luke Taylor 18 years ago
parent
commit
ea61964f56

+ 1 - 1
core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java

@@ -292,7 +292,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
         }
     }
 
-    private String getGroupSearchBase() {
+    protected String getGroupSearchBase() {
         return groupSearchBase;
     }