assertEquals("Group, Name \\28Comment\\29", this.userGroupsService.ldapEscape("Group, Name (Comment)"));
}
@Test
public void testInvalidCredentials() {
LdapConnectionSettings lcs = new LdapConnectionSettings(Method.STANDARD,
TestConfiguration.ldapServerHostAddress,
TestConfiguration.portNumber,
TestConfiguration.searchBase,
AuthType.SIMPLE,
TestConfiguration.username,