Run OpenLDAP on Docker

In this tutorial we will setup two containers, openldap and a openldap ui to manage our users on openldap. What is OpenLDAP OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol, which makes it possible for organizations to use centralized authentication and directory access services over a network. Configuration This stack will boot a openldap and openldap-ui container container with the following docker-compose.yml: version: "3.8" services: openldap: image: osixia/openldap:1....

March 20, 2022 Β· 2 min Β· Ruan Bekker