mirror of
https://github.com/bitnami/containers.git
synced 2026-02-21 15:27:23 +08:00
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 <kastl@b1-systems.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user