Class LdapContainer

java.lang.Object
org.jenkinsci.test.acceptance.docker.DockerContainer
org.jenkinsci.test.acceptance.docker.fixtures.LdapContainer
All Implemented Interfaces:
Closeable, AutoCloseable

public class LdapContainer extends org.jenkinsci.test.acceptance.docker.DockerContainer
openLDAP (slapd) Container with a small user directory. The configuration of this ldap is located next to its Dockerfile. To edit/add users or groups just add them to config/base.ldif and rebuild the image.
Author:
Michael Prankl