Hi Cyrus,

Sorry this is still giving me problems. I modified the caldavd.plist and restarted iCal Server. I'm still getting the 401 error. Here's the entry in caldavd.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd ">
<plist version="1.0">
<dict>
        <key>AccessLogFile</key>
        <string>/var/log/caldavd/access.log</string>
        <key>AdminPrincipals</key>
        <array>
                <string>/principals/users/diradmin</string>
        </array>
        
I also tried:

        <key>AdminPrincipals</key>
        <array>
<string>/principals/__uids__/912F0CD3-1984-47B8-B09E-25F2BEA9DF02</ string>
        </array>

Thanks,
-- jmca

On May 27, 2008, at 12:17 PM, Cyrus Daboo wrote:

Hi John,

--On May 27, 2008 12:14:03 PM -0400 John McAdams <[EMAIL PROTECTED] > wrote:

A 401 means unauthenticated. Are you sure that the "diradmin" user
is properly setup for use with the calendar server?

I can add the diradmin account in iCal and create events, invite people to things and what not. Is there another level of authentication the user needs to manipulate acl's? The same error has come up using other names.

OK - regular users can only access ACLs on their own calendar "home" collection (and anything within it): e.g. /calendars/users/diradmin.

If you configure an admin user in the caldavd.plist file, that user will be able to read (and set) ACLs on any resource.

--
Cyrus Daboo



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to