Sign inSign up

jtgasper3/openldap-basic

By jtgasper3

Updated over 10 years ago
Archived

A basic instance of openldap targeted at integration test.

Image
3

992

jtgasper3/openldap-basic repository overview

Simple openldap

This image is perfect if you need to spin-up a clean ldap image for testing. This is great for integration testing.

Usage

Update the users.ldif file and then rebuild the image:

docker build --tag="jtgasper3/openldap-basic" .

To start a container:

docker run -d -p 10389:389 --name="ldap-server" jtgasper3/openldap-basic

To connect to the instance, point your favorite ldap browser to localhost:10389 and connect with cn=admin,dc=example,dc=edu and password.

Need to reset the ldap instance? Just stop and remove the container. Then start a new instance.

Tag summary

Content type

Image

Digest

sha256:221a8c5b6

Size

88 MB

Last updated

over 10 years ago

docker pull jtgasper3/openldap-basic