[CalendarServer-users] ACL from iCal on Leopard?

Leonard Budney lbudney at pobox.com
Sat Sep 29 04:30:29 PDT 2007


On Sep 29, 2007, at 12:09 AM, Cyrus Daboo wrote:
> Hi Leonard,
>
> How did you setup accounts? Via the xml account setup file?

That's right. The accounts file is below.

--Len.

<!DOCTYPE accounts SYSTEM "accounts.dtd">

<accounts realm="Home Realm">
<user>
  <uid>admin</uid>
  <password>admin</password>
  <name>Super User</name>
</user>
<user>
  <uid>budney</uid>
  <guid>budney</guid>
  <password>***</password>
  <name>Len Budney</name>
  <cuaddr>mailto:***</cuaddr>
</user>
<user>
  <uid>julie</uid>
  <guid>julie</guid>
  <password>***</password>
  <name>Julie Budney</name>
  <cuaddr>mailto:***</cuaddr>
</user>
<group>
  <uid>users</uid>
  <password>users</password>
  <name>Users Group</name>
  <members>
    <member type="users">julie</member>
    <member type="users">budney</member>
  </members>
</group>
<location>
  <uid>mercury</uid>
  <password>mercury</password>
  <name>Mecury Conference Room, Building 1, 2nd Floor</name>
  <auto-schedule/>
  <proxies>
    <member type="users">test</member>
  </proxies>
</location>
</accounts>

----
The urge to save humanity is almost always a false-face for the urge  
to rule it. --H. L. Mencken


More information about the calendarserver-users mailing list