View Issue Details

IDProjectCategoryView StatusLast Update
0003798SOGoBackend Address Bookpublic2016-11-24 21:22
Reporterbook33 Assigned Toludovic  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Versionnightly v2 
Summary0003798: Ldap backend address book - proxy error - Sogo v3.x nightly
Description

When trying to search usernames (e-mails) in an active directory tree, if
two or more contacts have the same initial part of the e-mail address, (example: admin@test.org and admin22@test.org) you get a "proxy error" in the web interface, and in Sogo log:

sogod[xxxx] ERROR(-[NGLdapSearchResultEnumerator nextObject]): does not support result references yet ..
EXCEPTION: <NSException: 0x7f9f9549f660> NAME:NSInvalidArgumentException REASON:GSMutableArray(instance) does not recognize compareCaseInsensitiveAscending: INFO:(null)

Additional Information

This is the relevant sogo.conf configuration, working with a Sogo v2 version

        id = sambaShared;
        displayName = &quot;Shared Addressbook&quot;;
        canAuthenticate = NO;
        isAddressBook = YES;
        type = ldap;
        CNFieldName = cn;
        IDFieldName = mail;
        UIDFieldName = mail;
        //bindFields = (cn, mail);
        hostname = &quot;ldap://xxx.xxx.xxx.xxx&quot;;
        baseDN = &quot;DC=xxx,DC=xxx&quot;;
        bindDN = &quot;cn=xxx,cn=xxx,dc=xxx,dc=xxx&quot;;
        bindPassword = &quot;xxx&quot;;
        filter = &quot;mail = '*'&quot;;
TagsNo tags attached.

Activities

book33

book33

2016-08-24 10:55

reporter   ~0010614

It happens also with 3.1.5.20160824-1

ludovic

ludovic

2016-09-23 16:40

administrator   ~0010656

I can't reproduce this.

Provide a stack trace: https://sogo.nu/nc/support/faq/article/how-do-i-debug-sogo.html

ludovic

ludovic

2016-11-24 21:22

administrator   ~0010912

No feedback provided.

Issue History

Date Modified Username Field Change
2016-08-22 08:15 book33 New Issue
2016-08-24 10:55 book33 Note Added: 0010614
2016-09-23 16:40 ludovic Severity major => minor
2016-09-23 16:40 ludovic Note Added: 0010656
2016-11-24 21:22 ludovic Note Added: 0010912
2016-11-24 21:22 ludovic Status new => closed
2016-11-24 21:22 ludovic Assigned To => ludovic
2016-11-24 21:22 ludovic Resolution open => suspended