You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[This image](https://hub.docker.com/r/rroemhild/test-openldap) provides an OpenLDAP Server for testing LDAP applications, i.e. unit tests. The server is initialized with the example domain `planetexpress.com` with data from the [Futurama Wiki][futuramawikia].
3
+
This Docker image provides an OpenLDAP Server for testing LDAP applications, i.e. unit tests. The server is initialized with the example domain `planetexpress.com` with data from the [Futurama Wiki][futuramawikia].
6
4
7
5
Parts of the image are based on the work from Nick Stenning [docker-slapd][slapd] and Bertrand Gouny [docker-openldap][openldap].
8
6
@@ -27,8 +25,8 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
27
25
## Usage
28
26
29
27
```
30
-
docker pull rroemhild/test-openldap
31
-
docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldap
0 commit comments