1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-21 09:22:09 +03:00

Added thumbnail attribute to complete .env

This commit is contained in:
Dan Brown
2021-05-30 15:22:58 +01:00
parent e2df15fe20
commit fdabafffda

View File

@ -200,6 +200,7 @@ LDAP_TLS_INSECURE=false
LDAP_ID_ATTRIBUTE=uid LDAP_ID_ATTRIBUTE=uid
LDAP_EMAIL_ATTRIBUTE=mail LDAP_EMAIL_ATTRIBUTE=mail
LDAP_DISPLAY_NAME_ATTRIBUTE=cn LDAP_DISPLAY_NAME_ATTRIBUTE=cn
LDAP_THUMBNAIL_ATTRIBUTE=null
LDAP_FOLLOW_REFERRALS=true LDAP_FOLLOW_REFERRALS=true
LDAP_DUMP_USER_DETAILS=false LDAP_DUMP_USER_DETAILS=false