Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 808 Bytes

File metadata and controls

30 lines (22 loc) · 808 Bytes

LDAP

Testcontainers module for LLDAP.

LLdapContainer's usage examples

You can start a LLDAP container instance from any Java application by using:

LLDAP container inside_block:container

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

=== "Gradle" groovy testImplementation "org.testcontainers:ldap:{{latest_version}}"

=== "Maven" xml <dependency> <groupId>org.testcontainers</groupId> <artifactId>ldap</artifactId> <version>{{latest_version}}</version> <scope>test</scope> </dependency>