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 a3fd706335
commit c3d05bea62
1 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@ class LdapAuthenticationProviderConfigurerTests extends BaseSpringSpec {
.ldapAuthentication() .ldapAuthentication()
.groupSearchBase("ou=groups") .groupSearchBase("ou=groups")
.userDnPatterns("uid={0},ou=people") .userDnPatterns("uid={0},ou=people")
// .and() .and()
// .ldapAuthentication() .ldapAuthentication()
// .groupSearchBase("ou=groups") .groupSearchBase("ou=groups")
// .userDnPatterns("uid={0},ou=people") .userDnPatterns("uid={0},ou=people")
} }
} }
} }