An open API service indexing awesome lists of open source software.

https://github.com/abcdesktopio/oc.openldap

openldap server sample server
https://github.com/abcdesktopio/oc.openldap

openldap-server

Last synced: 4 months ago
JSON representation

openldap server sample server

Awesome Lists containing this project

README

          

# oc.openldap
openldap server

This Dockerfile oc.openldap come rroemhild/test-openldap.

This 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].

The changes from rroemhild/test-openldap is the default tcp 389 and 636

```
EXPOSE 389 636
USER openldap
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/sbin/slapd"]
CMD ["-h", "ldapi:/// ldap://0.0.0.0:389 ldaps://0.0.0.0:636", "-d", "256"]
```