https://github.com/ldapjs/docker-test-unboundid
https://github.com/ldapjs/docker-test-unboundid
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ldapjs/docker-test-unboundid
- Owner: ldapjs
- Archived: true
- Created: 2022-04-10T19:39:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T19:40:11.000Z (about 4 years ago)
- Last Synced: 2025-02-21T19:11:40.297Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# docker-test-unboundid
The purpose of this repository is to provide an
[UnboundId](https://github.com/pingidentity/ldapsdk/) Docker image that can be
used for integration testing. The main goal being to be able to test the
VirtualListView control.
## Building And Running
1. Run `build.sh` to generate the image
2. Run `docker run --rm -it -p 389:10389 --name unboundid unboundid` to start
a server
### TODO NOTES
The idea is to build LDIFs from the known good openldap image and use those
LDIFs to star the UnboundId server. As of 2022-04-10, this isn't quite working.
The schema doesn't load correctly.
#### Start Server Manually
in-memory-directory-server --useStartTLS --generateSelfSignedCertificate \
--port 10389 \
--ldifFile ./data.ldif \
--useSchemaFile ./config.ldif \
--baseDN 'dc=planetexpress,dc=com'