I am unable to subscribe to my SOGo 1.2.2.20100707 calendar in iCal 4 on OS X 10.6.

sogo.log shows the following when I try:

127.0.0.1 - - [14/Jul/2010:15:37:58 GMT] "GET /SOGo/dav/chobbs/Calendar/personal/ HTTP/1.1" 401 0/0 0.002 - - 8K
127.0.0.1 - - [14/Jul/2010:15:37:58 GMT] "GET /SOGo/dav/chobbs/Calendar/personal/ HTTP/1.1" 501 191/0 0.040 - - 40K

The caldav URL I am using is: https://mail.nhusd.k12.ca.us/SOGo/dav/chobbs/Calendar/personal/

iCal reports "There was an unexpected error with the request on subscribed calendars (error -1)."

I can subscribe to the .ics URL in iCal.

I can successfully subscribe to this caldav calendar in TB/Lightning as well as standalone Sunbird.

Here is my .GNUstepDefaults file:

{
    NSGlobalDomain = {
    };
    sogod = {
        OCSFolderInfoURL = "mysql://sogo:passw...@sogo1:3306/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = Drafts;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoIMAPServer = 10.3.1.41;
        SOGoLanguage = English;
        SOGoMailComposeMessageType = html;
        SOGoMailDomain = nhusd.k12.ca.us;
        SOGoSuperUsernames = (chobbs, iochoa);
        SOGoMailingMechanism = smtp;
        SOGoSoftQuotaRatio = 0.7;
        SOGoOtherUsersFolderName = "shared";
        SOGoProfileURL = "mysql://sogo:passw...@sogo1:3306/sogo/sogo_user_profile";
        SOGoSMTPServer = 10.3.1.1;
        SOGoSentFolderName = Sent;
        SOGoSharedFolderName = "Shared Folders";
        SOGoTimeFormat = "%I:%M %p";
        SOGoMailListViewColumnsOrder = ("Flagged", "Attachment", "From", "Subject", "Unread", "Date", "Priority", "Size");
        SOGoForwardEnabled = YES;
        SOGoVacationEnabled = YES;
        SOGoSieveScriptsEnabled = YES;
        SOGoCalendarDefaultRoles = ("PublicDAndTViewer");
        SOGoLDAPContactInfoAttribute = displayName;
        SOGoTimeZone = US/Pacific;
        SOGoTrashFolderName = Trash;
        WOUseRelativeURLs = YES;
        SOGoUserSources = (
            {
                CNFieldName = displayName;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "dc=nhusd,dc=k12,dc=ca,dc=us";
                bindDN = "cn=admin.....";
                bindFields = (
                    cn,
                    uid
                );
                bindPassword = XXXXXXXX;
                canAuthenticate = YES;
                scope = SUB;
                displayName = "NHUSD Logins";
                hostname = 10.3.1.1;
                id = directory;
                isAddressBook = NO;
                port = 389;
                type = ldap;
            },
             {
                CNFieldName = displayName;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "ou=staff,dc=nhusd,dc=k12,dc=ca,dc=us";
                bindDN = "cn=admin.....";
                bindFields = (
                    cn,
                    uid
                );
                bindPassword = XXXXXXXX;
                canAuthenticate = NO;
                scope = SUB;
                displayName = "NHUSD Staff Directory";
                hostname = 10.3.1.1;
                id = staffdirectory;
                isAddressBook = YES;
                port = 389;
                type = ldap;
            },
             {
                CNFieldName = displayName;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "ou=students,dc=nhusd,dc=k12,dc=ca,dc=us";
                bindDN = "cn=admin.....";
                bindFields = (
                    cn,
                    uid
                );
                bindPassword = XXXXXXXX;
                canAuthenticate = NO;
                scope = SUB;
                displayName = "NHUSD Student Directory";
                hostname = 10.3.1.1;
                id = studentdirectory;
                isAddressBook = YES;
                port = 389;
                type = ldap;
            },
             {
                CNFieldName = displayName;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "ou=groups,dc=nhusd,dc=k12,dc=ca,dc=us";
                bindDN = "cn=admin.....";
                bindFields = (
                    cn,
                    uid
                );
                bindPassword = XXXXXXXX;
                canAuthenticate = NO;
                scope = SUB;
                displayName = "NHUSD Group Directory";
                hostname = 10.3.1.1;
                id = groupdirectory;
                isAddressBook = YES;
                port = 389;
                type = ldap;
            }
        );
        SxVMemLimit = 784;
    };
}

--

Chris Hobbs
Director, Technology
New Haven Unified School District

-- This message has been checked by ESVA and is believed to be clean.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to