Skip to content

Commit

Permalink
fix: Fix typo of priviledged port
Browse files Browse the repository at this point in the history
Signed-off-by: CrBoy <[email protected]>
  • Loading branch information
CrBoy authored Oct 13, 2023
1 parent 7e5bd90 commit 5bc6211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/openldap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 5bc6211

Please sign in to comment.