From c3d05bea62d465590244dd2a204158befb3e1342 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 16 Jun 2014 16:17:06 -0500 Subject: [PATCH] SEC-2657: Test for multi dynamic ports for LDAP Java Config --- .../ldap/LdapAuthenticationProviderConfigurerTests.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/src/integration-test/groovy/org/springframework/security/config/annotation/authentication/ldap/LdapAuthenticationProviderConfigurerTests.groovy b/config/src/integration-test/groovy/org/springframework/security/config/annotation/authentication/ldap/LdapAuthenticationProviderConfigurerTests.groovy index 5301b39c17..8183ae2cea 100644 --- a/config/src/integration-test/groovy/org/springframework/security/config/annotation/authentication/ldap/LdapAuthenticationProviderConfigurerTests.groovy +++ b/config/src/integration-test/groovy/org/springframework/security/config/annotation/authentication/ldap/LdapAuthenticationProviderConfigurerTests.groovy @@ -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") } } }