Return to Image List

openldap

openldap

OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol. The suite includes:

See openldap.org for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
2.4.44 docker pull icr.io/ibmz/openldap@sha256:37651de12b1ce0c4816a93d4cd923774e59819e9e2de8b2a36baae5da0f695e4 Vulnerability Report12-07-2020
Version Pull String Security (IBM Cloud) Created

Usage Notes

Exposed Ports: 389

The most simple form would be to start the application like so:

docker run -d -p 389:389 -e SLAPD_PASSWORD=mysecretpassword -e SLAPD_DOMAIN=ldap.example.org 
        icr.io/ibmz/openldap:2.4.44

see the official website for more information