mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-2657: Test for multi dynamic ports for LDAP Java Config
This commit is contained in:
parent
a3fd706335
commit
c3d05bea62
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user