Hi Dirk On 2011-10-19, at 11:18 AM, <[email protected]> <[email protected]> wrote:
> Hello, i setup SOGO on Debian Squeeze with Multidomain Support in LDAP and > Cyrus with Multi Domain Support. Everything works fine. Calender, Mail and so > on. My LDAP Server is on a seperate System. I can make an ldapsearch from the > Sogo Server, No Problem. > > Each Time i try to access the shared address book for each of my two domains i > got an: > > Proxy Error > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET > /SOGo/so/[email protected]/Contacts/view. > > Reason: Error reading from remote server > > in the sogo log file i got the following ERROR: > > EXCEPTION: <NSException: 0x9b88c90> NAME:NSInvalidArgumentException > REASON:GSCInlineString(instance) does not recognize containsObject: INFO:(nil) > > My config for Domains is: > > SOGoLanguage = German; > SOGoMailingMechanism = smtp; > SOGoSMTPServer = 127.0.0.1; > SOGoTimeZone = Europe/Berlin; > SOGoIMAPServer = localhost; > domains = { > david = { > SOGoMailDomain = david.local; > SOGoUserSources = ( > { > type = ldap; > CNFieldName = cn; > IDFieldName = uid; > UIDFieldName = uid; > baseDN = "ou=Users,ou=david.local,dc=david,dc=local"; > bindDN = "cn=ldapadmin,dc=david,dc=local"; > bindPassword = bindpw; > bindFields = "mail, sAMAccountName, displayName"; bindFields must be an array : bindFields = (mail, sAMAccountName, displayName); Change it for all of your SOGoUserSources. Francis -- [email protected] :: +1.514.755.3640 :: http://www.inverse.ca Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org) -- [email protected] https://inverse.ca/sogo/lists
