mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update bookstack.env.example
This commit is contained in:
parent
b38023c48e
commit
aa83f6cab6
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
## ADD after values in the existing .env file.
|
## 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
|
# General auth
|
||||||
AUTH_METHOD=ldap
|
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
|
# The full DN and password of the user used to search the server
|
||||||
# Can both be left as false to bind anonymously
|
# Can both be left as false to bind anonymously
|
||||||
LDAP_DN=cn=admin,ou=people,dc=example,dc=com
|
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
|
# A filter to use when searching for users
|
||||||
# The user-provided user-name used to replace any occurrences of '${user}'
|
# The user-provided user-name used to replace any occurrences of '${user}'
|
||||||
|
Loading…
Reference in New Issue
Block a user