public class TestOpenLdap extends TestBaseLdap
Tests using OpenLDAP as a directory provider in Jira.

To run those tests locally from IntelliJ: - Start an OpenLDAP server on localhost:10389 + `docker run --rm -p 10389:10389 ghcr.io/rroemhild/docker-test-openldap:master` + note: you can check `jira-webdriver-tests-runner/pom.xml` to make sure the image did not change - Start Jira as you normally would, e.g. using `./jmake debug -sh -rp -p 2990` - Run tests from this class directly from the IDE