..if invited from lightning-10b7/thunderbird-7.0.1, lightning-1.0/thunderbird-8.0 or iCal (v4 and v5), but if invited through the webgui, they do accept. is this a bug, or is my config somehow not right?

my LDAP config for resources and locations follows:

....
            {
                CNFieldName = cn;
                IDFieldName = cn;
                UIDFieldName = cn;
                KindFieldName = sn;
                SOGoLDAPQueryTimeout = 30;
                baseDN = "ou=resources,ou=sogo,ou=intern,dc=example,dc=de";
                bindDN = "";
                bindPassword = "";
                id = Resources;
                displayName = "SOGo Resources";
                hostname = ldap.example.de;
                type = ldap;
                port = 389;
                scope = SUB;
                isAddressBook = YES;
                canAuthenticate = YES;
                passwordPolicy = NO;
            },
            {
                CNFieldName = cn;
                IDFieldName = cn;
                UIDFieldName = cn;
                KindFieldName = sn;
                SOGoLDAPQueryTimeout = 30;
                baseDN = "ou=locations,ou=sogo,ou=intern,dc=example,dc=de";
                bindDN = "";
                bindPassword = "";
                displayName = "SOGo Locations";
                id = Locations;
                hostname = ldap.example.de;
                type = ldap;
                port = 389;
                scope = SUB;
                isAddressBook = YES;
                canAuthenticate = YES;
                passwordPolicy = NO;
            }
....

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to