mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
NamespaceLdapAuthenticationProviderTests use Dynamic Port
Closes gh-11710
This commit is contained in:
parent
4473c3f7d0
commit
002a770f13
@ -65,7 +65,7 @@ public class NamespaceLdapAuthenticationProviderTestsConfigs {
|
|||||||
.ldif("classpath:users.xldif") // ldap-server@ldif
|
.ldif("classpath:users.xldif") // ldap-server@ldif
|
||||||
.managerDn("uid=admin,ou=system") // ldap-server@manager-dn
|
.managerDn("uid=admin,ou=system") // ldap-server@manager-dn
|
||||||
.managerPassword("secret") // ldap-server@manager-password
|
.managerPassword("secret") // ldap-server@manager-password
|
||||||
.port(33399) // ldap-server@port
|
.port(0) // ldap-server@port
|
||||||
.root("dc=springframework,dc=org"); // ldap-server@root
|
.root("dc=springframework,dc=org"); // ldap-server@root
|
||||||
// .url("ldap://localhost:33389/dc-springframework,dc=org") this overrides root and port and is used for external
|
// .url("ldap://localhost:33389/dc-springframework,dc=org") this overrides root and port and is used for external
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user