View Issue Details

IDProjectCategoryView StatusLast Update
0005932SOGoDocumentationpublic2024-02-28 15:57
ReporterChristian Mack Assigned Tosebastien  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.10.0 
Fixed in Version5.10.1 
Summary0005932: Restriction of SOGoGlobalAddressBookFirstEntriesCount not documented
Description

In the "Installation and Configuration Guide" the information for Option SOGoGlobalAddressBookFirstEntriesCount is unsufficient for LDAP address books.
You can not set a value greater than SOGoLDAPQueryLimit in SOGoGlobalAddressBookFirstEntriesCount.
If you do, you will still only get as many entries as defined in SOGoLDAPQueryLimit.
Therefore the Guide should be enhanced with a hint like:

SOGoGlobalAddressBookFirstEntriesCount must be less or equal to SOGoLDAPQueryLimit.
Steps To Reproduce

1) In /etc/sogo/sogo.conf set

[...]
SOGoLDAPQueryLimit = 25;
listRequiresDot = NO;
SOGoGlobalAddressBookFirstEntriesCount = 50;
[...]

2) Start sogo
3) Login to SOGo webinterface
4) Open Addressbook view
5) select global addressbook
=> You will see 25 entries instead of 50 entries from your LDAP

TagsNo tags attached.

Activities

sebastien

sebastien

2024-02-28 15:57

administrator   ~0017607

Hello Christian,

The doc has been updated here : https://github.com/Alinto/sogo/commit/185770a35e05fb8955165b591bbe197665af0c19
In the latest nightly : note that parameters SOGoGlobalAddressBookFirstEntries and SOGoGlobalAddressBookFirstEntriesCount has been removed. Please use listRequiresDot and globalAddressBookFirstEntriesCount instead.

Sebastien

Issue History

Date Modified Username Field Change
2024-02-28 14:16 Christian Mack New Issue
2024-02-28 15:57 sebastien Note Added: 0017607
2024-02-28 15:57 sebastien Assigned To => sebastien
2024-02-28 15:57 sebastien Status new => resolved
2024-02-28 15:57 sebastien Resolution open => fixed
2024-02-28 15:57 sebastien Fixed in Version => 5.10.1