瀏覽代碼

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

Rob Winch 11 年之前
父節點
當前提交
c3d05bea62

+ 4 - 4
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")
         }
     }
 }