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
- Host: GitHub
- URL: https://github.com/abcdesktopio/oc.openldap
- Owner: abcdesktopio
- Created: 2021-01-27T08:07:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T10:00:07.000Z (almost 5 years ago)
- Last Synced: 2025-07-09T12:04:42.235Z (11 months ago)
- Topics: openldap-server
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
```