The purpose of this repository is to provide an UnboundId Docker image that can be used for integration testing. The main goal being to be able to test the VirtualListView control.
- Run
build.sh
to generate the image - Run
docker run --rm -it -p 389:10389 --name unboundid unboundid
to start a server
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.
in-memory-directory-server --useStartTLS --generateSelfSignedCertificate
--port 10389
--ldifFile ./data.ldif
--useSchemaFile ./config.ldif
--baseDN 'dc=planetexpress,dc=com'