Do not forget to add the port mapping for both port 389 and 636 if you wish to access the ldap server from another machine. docker run -p 389:389 -p 636:636 --name my-openldap-container --detach ...
For the past couple of months in the Paranoid Penguin column, we've been building an LDAP server. We've installed OpenLDAP; configured slapd, the server dæmon; made TLS encryption work; and created ...