In your caldavd.plist file, locate the AdminPrincipals key and change the principal path by replacing 'admin' with the guid for the admin in your accounts.xml.

Confirmed, this works to get rid of that issue...

What do you have set for the <cuaddr> elements in accounts.xml for each user? Do you have email addresses in there?

I have mailto:[EMAIL PROTECTED]
I've seen in some of the example files mailto:[EMAIL PROTECTED] - Why the %20d, and is it necessary?

(I guess you're referring to %02d :-)

It's the iteration variable for the repeat attribute, e.g.

  <user repeat="99">
    <uid>user%02d</uid>
    <guid>user%02d</guid>
    <password>user%02d</password>
    <name>User %02d</name>
    <cuaddr>mailto:[EMAIL PROTECTED]</cuaddr>
  </user>

generates uid:s user01 - user99, etc.

/Emil


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

Reply via email to