From: Dan Brown Date: Mon, 30 Sep 2024 14:58:00 +0000 (+0100) Subject: LDAP: Added warning regarding thumbnail usage X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/966de1826ca34eba5f9498ee359a20ec4c033811 LDAP: Added warning regarding thumbnail usage --- diff --git a/content/docs/admin/ldap-auth.md b/content/docs/admin/ldap-auth.md index 1f5e4f4..3f3f09c 100644 --- a/content/docs/admin/ldap-auth.md +++ b/content/docs/admin/ldap-auth.md @@ -59,6 +59,8 @@ LDAP_DISPLAY_NAME_ATTRIBUTE=cn # Will be used upon login or registration when the user doesn't # already have an avatar image set. # Remove this option or set to 'null' to disable LDAP avatar import. +# Note: Using this option can increase the likelihood of errors during login +# due to thumbnail generation which can exhaust available memory in some cases. LDAP_THUMBNAIL_ATTRIBUTE=jpegphoto # Force TLS to be used for LDAP communication.