Using OpenLDAP with HedgeDoc in a Docker Container
Table of Contents
Write your initial question/sentence to troubleshoot
This content will be shown (depending on) when button above is clicked
Hedgedoc is a platform to write and share markdown.
Using docker variables
Any member of the group hedgedoc
can log into hedgedoc.
- CMD_LDAP_URL=ldap://ldap:389
- CMD_LDAP_BINDDN=uid=admin,ou=people,dc=example,dc=com
- CMD_LDAP_BINDCREDENTIALS=insert_your_password
- CMD_LDAP_SEARCHBASE=ou=people,dc=example,dc=com
- CMD_LDAP_SEARCHFILTER=(&(memberOf=cn=hedgedoc,ou=groups,dc=example, dc=com)(uid={{username}}))
- CMD_LDAP_USERIDFIELD=uid
Replace dc=example,dc=com
with your OpenLDAP configured domain for all occurances