Expected Behavior
The integration tests in spring-security-ldap use a random port to prevent collisions
Current Behavior
The ApacheDsContainerConfig uses the default port, which is 55389. With concurrent tests, this increases the likelihood of a collision.
Context
The builds fail more often when LDAP tests use ApacheDsContainer with the default port due to port collisions.