fix: Fix typo of priviledged port (#51862)

Signed-off-by: CrBoy <crboy@crboy.net>
This commit is contained in:
CrBoy
2023-10-16 14:40:47 +08:00
committed by GitHub
parent 29312af5bf
commit 4e49c3f4ba

View File

@@ -175,7 +175,7 @@ docker-compose up -d
The Bitnami Docker OpenLDAP can be easily setup with the following environment variables:
* `LDAP_PORT_NUMBER`: The port OpenLDAP is listening for requests. Priviledged port is supported (e.g. `1389`). Default: **1389** (non privileged port).
* `LDAP_PORT_NUMBER`: The port OpenLDAP is listening for requests. Priviledged port is supported (e.g. `389`). Default: **1389** (non privileged port).
* `LDAP_ROOT`: LDAP baseDN (or suffix) of the LDAP tree. Default: **dc=example,dc=org**
* `LDAP_ADMIN_USERNAME`: LDAP database admin user. Default: **admin**
* `LDAP_ADMIN_PASSWORD`: LDAP database admin password. Default: **adminpassword**