return settings;
}
public static LdapContext getLdapContext() {
LdapConnectionSettings ldapConnectionSettings = getLdapConnetionSettings();
UserGroupsService serviceImpl = new UserGroupsService(
ldapConnectionSettings, TestConfiguration.cacheSize,
TestConfiguration.refreshInterval, true);
return serviceImpl.getLdapContext();
}