Skip to content

Commit

Permalink
NamespaceLdapAuthenticationProviderTests use Dynamic Port
Browse files Browse the repository at this point in the history
Closes gh-11710
  • Loading branch information
rwinch committed Aug 15, 2022
1 parent f33d725 commit faf9fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected void configure(AuthenticationManagerBuilder auth) throws Exception {
.ldif("classpath:users.xldif") // ldap-server@ldif
.managerDn("uid=admin,ou=system") // ldap-server@manager-dn
.managerPassword("secret") // ldap-server@manager-password
.port(33399) // ldap-server@port
.port(0) // ldap-server@port
.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
// @formatter:on
Expand Down

0 comments on commit faf9fb7

Please sign in to comment.