mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Update .env.example
This commit is contained in:
parent
f7bfbb7c53
commit
fe678f4bc8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ LDAP_SERVER=ldap://127.0.0.1:389
|
||||||
LDAP_BASE_DN=ou=users,dc=yunohost,dc=org
|
LDAP_BASE_DN=ou=users,dc=yunohost,dc=org
|
||||||
LDAP_DN=false
|
LDAP_DN=false
|
||||||
LDAP_PASS=false
|
LDAP_PASS=false
|
||||||
LDAP_USER_FILTER=(&(dn=${user}))
|
LDAP_USER_FILTER=(&(uid=${user}))
|
||||||
LDAP_VERSION=3
|
LDAP_VERSION=3
|
||||||
LDAP_TLS_INSECURE=false
|
LDAP_TLS_INSECURE=false
|
||||||
LDAP_ID_ATTRIBUTE=uid
|
LDAP_ID_ATTRIBUTE=uid
|
||||||
|
|
Loading…
Add table
Reference in a new issue