This project provides a comprehensive parser for LDAP (Lightweight Directory Access Protocol) schema definitions according to RFC 4512. It can parse both object class and attribute type definitions ...
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 ...