[CalendarServer-changes] [517] CalendarServer/branches/users/wsanchez/provisioning/conf

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 17 16:30:41 PST 2006


Revision: 517
          http://trac.macosforge.org/projects/calendarserver/changeset/517
Author:   wsanchez at apple.com
Date:     2006-11-17 16:30:41 -0800 (Fri, 17 Nov 2006)

Log Message:
-----------
There can be only one

Removed Paths:
-------------
    CalendarServer/branches/users/wsanchez/provisioning/conf/repository-proxy.xml
    CalendarServer/branches/users/wsanchez/provisioning/conf/repository-static.xml

Deleted: CalendarServer/branches/users/wsanchez/provisioning/conf/repository-proxy.xml
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/conf/repository-proxy.xml	2006-11-18 00:14:05 UTC (rev 516)
+++ CalendarServer/branches/users/wsanchez/provisioning/conf/repository-proxy.xml	2006-11-18 00:30:41 UTC (rev 517)
@@ -1,218 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
- -->
-
-<!DOCTYPE repository SYSTEM "repository.dtd">
-
-<repository>
-
-  <docroot auto-principal-collection-set="yes">
-    <collection>
-      <pytype>twisted.web2.dav.static.DAVFile</pytype>
-      <properties>
-        <acl>
-          <ace>
-            <principal><authenticated/></principal>
-            <grant><privilege><read/></privilege></grant>
-            <protected/>
-          </ace>
-          <ace>
-            <principal><href>/principals/users/admin</href></principal>
-            <grant><privilege><all/></privilege></grant>
-            <protected/>
-            <inheritable/>
-          </ace>
-        </acl>
-      </properties>
-      <members>
-        <!--
-          We must define the calendar home location before the
-          principals as auto-provisioning of accounts occurs when the
-          principal collections are created and we need to have the
-          calendar home path setup by then.
-         -->
-        <collection name="calendars" tag="calendars">
-          <pytype>twistedcaldav.static.CalDAVFile</pytype>
-          <properties>
-            <acl>
-              <ace>
-                <principal><authenticated/></principal>
-                <grant><privilege><read/></privilege></grant>
-                <protected/>
-              </ace>
-            </acl>
-          </properties>
-          <members>
-            <collection name="users">
-              <pytype>twistedcaldav.static.CalendarHomeProvisioningFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="groups">
-              <pytype>twistedcaldav.static.CalendarHomeProvisioningFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="resources">
-              <pytype>twistedcaldav.static.CalendarHomeProvisioningFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="public">
-              <pytype>twistedcaldav.static.CalDAVFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><unauthenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                    <inheritable/>
-                  </ace>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                    <inheritable/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-          </members>
-        </collection>
-        <collection name="principals" initialize="yes">
-          <pytype>twistedcaldav.directory.resource.DirectoryPrincipalProvisioningResource</pytype>
-          <params>
-            <param>
-              <key>DirectoryNode</key>
-              <value>/Search</value>
-            </param>
-          </params>
-          <properties>
-            <acl>
-              <ace>
-                <principal><authenticated/></principal>
-                <grant><privilege><read/></privilege></grant>
-                <protected/>
-              </ace>
-            </acl>
-          </properties>
-          <members>
-            <collection name="users" tag="principals">
-              <pytype>twistedcaldav.directory.resource.DirectoryUserPrincipalProvisioningResource</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="groups" tag="principals">
-              <pytype>twistedcaldav.directory.resource.DirectoryGroupPrincipalProvisioningResource</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="resources" tag="principals">
-              <pytype>twistedcaldav.directory.resource.DirectoryResourcePrincipalProvisioningResource</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="localusers" tag="principals" account="yes">
-              <pytype>twistedcaldav.static.CalendarPrincipalCollectionFile</pytype>
-                <properties>
-                  <acl>
-                    <ace>
-                      <principal><href>/principals/users/admin</href></principal>
-                      <grant><privilege><read/></privilege></grant>
-                      <protected/>
-                    </ace>
-                  </acl>
-                </properties>
-              <members/>
-            </collection>
-          </members>
-        </collection>
-      </members>
-    </collection>
-  </docroot>
-
-  <authentication>
-    <basic enable="yes" onlyssl="yes" credentials="directory">
-      <realm></realm>
-    </basic>
-    <digest enable="no" onlyssl="no" credentials="property">
-      <realm></realm>
-    </digest>
-    <kerberos enable="no" onlyssl="no">
-      <service></service>
-    </kerberos>
-  </authentication>
-
-<accounts>
-  <user>
-    <uid>proxy</uid>
-    <pswd>proxy</pswd>
-    <name>User who can authorize as someone else</name>
-    <canproxy/>
-  </user>
-</accounts>
-
-</repository>

Deleted: CalendarServer/branches/users/wsanchez/provisioning/conf/repository-static.xml
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/conf/repository-static.xml	2006-11-18 00:14:05 UTC (rev 516)
+++ CalendarServer/branches/users/wsanchez/provisioning/conf/repository-static.xml	2006-11-18 00:30:41 UTC (rev 517)
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
- -->
-
-<!DOCTYPE repository SYSTEM "repository.dtd">
-
-<repository>
-
-  <docroot>
-    <collection>
-      <pytype>twisted.web2.dav.static.DAVFile</pytype>
-      <properties>
-        <acl>
-          <ace>
-            <principal><authenticated/></principal>
-            <grant><privilege><read/></privilege></grant>
-            <protected/>
-          </ace>
-          <ace>
-            <principal><href>/principals/users/admin</href></principal>
-            <grant><privilege><all/></privilege></grant>
-            <protected/>
-            <inheritable/>
-          </ace>
-        </acl>
-      </properties>
-      <members>
-        <collection name="principals">
-          <pytype>twistedcaldav.static.CalDAVFile</pytype>
-          <properties>
-            <acl>
-              <ace>
-                <principal><authenticated/></principal>
-                <grant><privilege><read/></privilege></grant>
-                <protected/>
-              </ace>
-            </acl>
-          </properties>
-          <members>
-            <collection name="users" tag="principals" account="yes">
-              <pytype>twistedcaldav.static.CalendarPrincipalCollectionFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-          </members>
-        </collection>
-        <collection name="calendars">
-          <pytype>twistedcaldav.static.CalDAVFile</pytype>
-          <properties>
-            <acl>
-              <ace>
-              <principal><authenticated/></principal>
-              <grant><privilege><read/></privilege></grant>
-              <protected/>
-              </ace>
-            </acl>
-          </properties>
-          <members>
-            <collection name="users" tag="calendars">
-              <pytype>twistedcaldav.static.CalendarHomeProvisioningFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-            <collection name="shared">
-              <pytype>twistedcaldav.static.CalDAVFile</pytype>
-              <properties>
-                <acl>
-                  <ace>
-                    <principal><unauthenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                    <inheritable/>
-                  </ace>
-                  <ace>
-                    <principal><authenticated/></principal>
-                    <grant><privilege><read/></privilege></grant>
-                    <protected/>
-                    <inheritable/>
-                  </ace>
-                </acl>
-              </properties>
-              <members/>
-            </collection>
-          </members>
-        </collection>
-      </members>
-    </collection>
-  </docroot>
-
-  <authentication>
-  	<basic enable="yes" onlyssl="yes" credentials="property">
-  	  <realm></realm>
-  	</basic>
-  	<digest enable="no" onlyssl="no" credentials="property">
-  	  <realm></realm>
-  	</digest>
-  	<kerberos enable="no" onlyssl="no">
-  	  <service></service>
-  	</kerberos>
-  </authentication>
-
-  <accounts>
-    <user>
-      <uid>admin</uid>
-      <pswd>admin</pswd>
-      <name>Super User</name>
-    </user>
-    <user>
-      <uid>proxy</uid>
-      <pswd>proxy</pswd>
-      <name>User who can authorize as someone else</name>
-      <canproxy/>
-    </user>
-    <user repeat='99'>
-      <uid>user%02d</uid>
-      <pswd>user%02d</pswd>
-      <name>User %02d</name>
-      <calendar>calendar</calendar>
-    </user>
-    <user repeat='10'>
-      <uid>public%02d</uid>
-      <pswd/>
-      <name>Public %02d</name>
-      <calendar>calendar</calendar>
-      <acl>
-        <ace>
-          <principal><all/></principal>
-          <grant><privilege><all/></privilege></grant>
-          <protected/>
-          <inheritable/>
-        </ace>
-      </acl>
-    </user>
-    <user repeat='10'>
-      <uid>resource%02d</uid>
-      <pswd/>
-      <name>Room %02d</name>
-      <calendar>calendar</calendar>
-      <acl>
-        <ace>
-          <principal><all/></principal>
-          <grant><privilege><all/></privilege></grant>
-          <protected/>
-          <inheritable/>
-        </ace>
-      </acl>
-      <autorespond/>
-    </user>
-  </accounts>
-
-</repository>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061117/6e5f5bc6/attachment.html


More information about the calendarserver-changes mailing list