From c1415c1f397ff954c327e7cd609d0022d16d6019 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Tue, 1 Sep 2020 11:44:19 -0500 Subject: [PATCH] Add Note About Read-only User Password Add note indicating that the read-only user account can write its own password. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d241b8fb..4ccd9754 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Required and used for new ldap server only: - **LDAP_CONFIG_PASSWORD** Ldap Config password. Defaults to `config` - **LDAP_READONLY_USER** Add a read only user. Defaults to `false` + > **Note:** The read only user **does** have write access to its own password. - **LDAP_READONLY_USER_USERNAME** Read only user username. Defaults to `readonly` - **LDAP_READONLY_USER_PASSWORD** Read only user password. Defaults to `readonly`