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

SEC-2657: Test for multi dynamic ports for LDAP Java Config

This commit is contained in:
Rob Winch
2014-06-16 16:17:06 -05:00
parent 3e3d819526
commit d5842f949b
@@ -52,10 +52,10 @@ class LdapAuthenticationProviderConfigurerTests extends BaseSpringSpec {
.ldapAuthentication()
.groupSearchBase("ou=groups")
.userDnPatterns("uid={0},ou=people")
// .and()
// .ldapAuthentication()
// .groupSearchBase("ou=groups")
// .userDnPatterns("uid={0},ou=people")
.and()
.ldapAuthentication()
.groupSearchBase("ou=groups")
.userDnPatterns("uid={0},ou=people")
}
}
}