From 185770a35e05fb8955165b591bbe197665af0c19 Mon Sep 17 00:00:00 2001 From: smizrahi Date: Wed, 28 Feb 2024 16:56:22 +0100 Subject: [PATCH] docs(installation): Improve documentation on 5.10.1 --- Documentation/SOGoInstallationGuide.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 1dbf83006..dd081b7b2 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -1268,7 +1268,7 @@ repository Defaults to `YES` when unset. |globalAddressBookFirstEntriesCount (optional) -|Number of entries displayed when `listRequiresDot` is enabled. Default value is `-1` (all records). If source is LDAP, the LDAP overlay sssvlv must be enabled on the system for server side sorting. +|Number of entries displayed when `listRequiresDot` is enabled. Default value is `-1` (all records / equals to SOGoLDAPQueryLimit). This parameter must be less or equal to SOGoLDAPQueryLimit. If source is LDAP, the LDAP overlay sssvlv must be enabled on the system for server side sorting. |disableSubgroups (optional) |If set to `YES`, disable recursive search. Consider this option when groups have the same name than a member (https://bugs.sogo.nu/view.php?id=5913). @@ -3967,6 +3967,9 @@ current version of SOGo from the previous release. [cols="100a"] |======================================================================= +h|5.10.1 +|Parameters `SOGoGlobalAddressBookFirstEntries` and `SOGoGlobalAddressBookFirstEntriesCount` has been removed. Please use `listRequiresDot` and `globalAddressBookFirstEntriesCount` instead + h|5.9.0 |Run the shell script `sql-update-5.8.4_to_5.9.0.sh` (if you are using MySQL). This will change the `c_defaults` to `MEDIUMTEXT`.