Hi,

I installed the beta version 2.0 of Sogo, everything seems to work correctly
except that I see the following errors in the log files:

Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0xb61acec[NGLdapAttribute]> cound not
convert value of objectGUID to string
Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0x9e9437c[NGLdapAttribute]> cound not
convert value of objectSid to string
Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0x9dc2f64[NGLdapAttribute]> cound not
convert value of terminalServer to string
Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0x9e313f4[NGLdapAttribute]> cound not
convert value of objectGUID to string
Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0x9b87f3c[NGLdapAttribute]> cound not
convert value of objectSid to string
Jan 11 16:30:53 sogod [29651]: [ERROR] <0x0x9d8f734[NGLdapAttribute]> cound not
convert value of terminalServer to string

These errors occur generally when I use the autocompletion which returns
however the correct result. They are generated by using as well sogo since
Thunderbird 3.1.17 or since the Web interface.

Are there any suggestions what might cause this error?

Part of my configuration is below (with some hidden informations).


<key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>displayName</string>
                <key>IMAPHostFieldName</key>
                <string>TexImapserver</string>
                <key>UIDFieldName</key>
                <string>sAMAccountName</string>
          
                <key>baseDN</key>
                <string>OU=utilisateurs,DC=xx,DC=xxx,DC=xx</string>
                <key>bindDN</key>
                <string>CN=exp,OU=utilisateurs,DC=xx,DC=xxx,DC=xx</string>
                <key>bindFields</key>
                <array>
                    <string>mail</string>
                    <string>sAMAccountName</string>
                </array>
                <key>filter</key>
                <string>(objectClass=person AND mail='*@xxxx.xx')</string>
                <key>bindPassword</key>
                <string>xxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Annuaire commun</string>
                <key>hostname</key>
                <string>xx.xxx.xx</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>type</key>
                <string>ldap</string>
                <key>scope</key>
                <string>SUB</string>
                <key>passwordPolicy</key>
                <string>NO</string>
            </dict>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>cn</string>
                <key>baseDN</key>
                <string>OU=Listes_internes,DC=xx,DC=xxxx,DC=xxx</string>
                <key>bindDN</key>
                <string>CN=exp,OU=utilisateurs,DC=xx,DC=xxxx,DC=xxx</string>
                <key>bindPassword</key>
                <string>xxx</string>
                <key>canAuthenticate</key>
                <string>NO</string>
                <key>displayName</key>
                <string>Annuaire Listes</string>
                <key>hostname</key>
                <string>xxx.xxxx.xxx</string>
                <key>id</key>
                <string>listes</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>type</key>
                <string>ldap</string>
                <key>scope</key>
                <string>SUB</string>
            </dict>
        </array>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to