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}'