From aa83f6cab68e3ac7ab346df96dcca6a6aa05594a Mon Sep 17 00:00:00 2001 From: Sblop <17447438+Sblop@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:40:18 +0100 Subject: [PATCH] Update bookstack.env.example --- example_configs/bookstack.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_configs/bookstack.env.example b/example_configs/bookstack.env.example index 57a8153..530ad39 100644 --- a/example_configs/bookstack.env.example +++ b/example_configs/bookstack.env.example @@ -1,5 +1,6 @@ ## ADD after values in the existing .env file. +## To keep existing documents, you might need to alter ownership/permission in the bookstack database. # General auth AUTH_METHOD=ldap @@ -16,7 +17,7 @@ LDAP_BASE_DN=ou=people,dc=example,dc=com # The full DN and password of the user used to search the server # Can both be left as false to bind anonymously LDAP_DN=cn=admin,ou=people,dc=example,dc=com -LDAP_PASS=YOUR-ADNUB-PASSWORD-HERE +LDAP_PASS=YOUR-ADMIN-PASSWORD-HERE # A filter to use when searching for users # The user-provided user-name used to replace any occurrences of '${user}'