[CalendarServer-changes] [4970] CalendarServer/trunk/conf/auth/augments-default.xml
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jan 28 07:46:17 PST 2010
Revision: 4970
http://trac.macosforge.org/projects/calendarserver/changeset/4970
Author: cdaboo at apple.com
Date: 2010-01-28 07:46:13 -0800 (Thu, 28 Jan 2010)
Log Message:
-----------
Add a default augments file that just enables all records for calendaring.
Added Paths:
-----------
CalendarServer/trunk/conf/auth/augments-default.xml
Added: CalendarServer/trunk/conf/auth/augments-default.xml
===================================================================
--- CalendarServer/trunk/conf/auth/augments-default.xml (rev 0)
+++ CalendarServer/trunk/conf/auth/augments-default.xml 2010-01-28 15:46:13 UTC (rev 4970)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+Copyright (c) 2009-2010 Apple 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 augments SYSTEM "augments.dtd">
+
+<augments>
+ <record>
+ <guid>Default</guid>
+ <enable>true</enable>
+ <enable-calendar>true</enable-calendar>
+ </record>
+</augments>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100128/ac4212f4/attachment.html>
More information about the calendarserver-changes
mailing list