From c7c8a4fb18cc2b725a112774ebcdedacb67551e2 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 23 Mar 2022 21:13:27 +0100 Subject: [PATCH] README.md: add short sentence on what LDIF files are allowed in '/ldifs' or the directory set by LDAP_CUSTOM_LDIF_DIR Signed-off-by: Johannes Kastl --- bitnami/openldap/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitnami/openldap/README.md b/bitnami/openldap/README.md index 9572c80cc787..e8554f1389a5 100644 --- a/bitnami/openldap/README.md +++ b/bitnami/openldap/README.md @@ -193,6 +193,8 @@ The Bitnami Docker OpenLDAP can be easily setup with the following environment v - `LDAP_ULIMIT_NOFILES`: Maximum number of open file descriptors. Default: **1024**. - `LDAP_ALLOW_ANON_BINDING`: Allow anonymous bindings to the LDAP server. Default: **yes**. +You can bootstrap the contents of your database by putting LDIF files in the directory `/ldifs` (or the one you define in `LDAP_CUSTOM_LDIF_DIR`). Those may only contain content underneath your base DN (set by `LDAP_ROOT`). You can **not** set configuration for e.g. `cn=config` in those files. + Check the official [OpenLDAP Configuration Reference](https://www.openldap.org/doc/admin24/guide.html) for more information about how to configure OpenLDAP. ### Securing OpenLDAP traffic