[CalendarServer-changes] [145] CalendarServer/branches/users/cdaboo/quota/conf

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 18 12:41:52 PDT 2006


Revision: 145
Author:   cdaboo at apple.com
Date:     2006-09-18 12:41:51 -0700 (Mon, 18 Sep 2006)

Log Message:
-----------
Configuratiuon files updated for quota/resource size restrictions.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/quota/conf/caldavd-dev.plist
    CalendarServer/branches/users/cdaboo/quota/conf/caldavd.plist
    CalendarServer/branches/users/cdaboo/quota/conf/repository.dtd

Modified: CalendarServer/branches/users/cdaboo/quota/conf/caldavd-dev.plist
===================================================================
--- CalendarServer/branches/users/cdaboo/quota/conf/caldavd-dev.plist	2006-09-18 19:26:23 UTC (rev 144)
+++ CalendarServer/branches/users/cdaboo/quota/conf/caldavd-dev.plist	2006-09-18 19:41:51 UTC (rev 145)
@@ -62,5 +62,17 @@
   <key>ResetAccountACLs</key>
   <true/>
 
+  <key>twistdLocation</key>
+  <string>../Twisted/bin/twistd</string>
+
+  <key>EventExpirationDays</key>
+  <integer>0</integer>
+
+  <key>MaximumAttachmentSizeBytes</key>
+  <integer>1048576</integer><!-- 1Mb -->
+
+  <key>UserQuotaBytes</key>
+  <integer>104857600</integer><!-- 100Mb -->
+
 </dict>
 </plist>

Modified: CalendarServer/branches/users/cdaboo/quota/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/users/cdaboo/quota/conf/caldavd.plist	2006-09-18 19:26:23 UTC (rev 144)
+++ CalendarServer/branches/users/cdaboo/quota/conf/caldavd.plist	2006-09-18 19:41:51 UTC (rev 145)
@@ -69,7 +69,10 @@
   <integer>0</integer>
 
   <key>MaximumAttachmentSizeBytes</key>
-  <integer>102400</integer>
+  <integer>1048576</integer><!-- 1Mb -->
 
+  <key>UserQuotaBytes</key>
+  <integer>104857600</integer><!-- 100Mb -->
+
 </dict>
 </plist>

Modified: CalendarServer/branches/users/cdaboo/quota/conf/repository.dtd
===================================================================
--- CalendarServer/branches/users/cdaboo/quota/conf/repository.dtd	2006-09-18 19:26:23 UTC (rev 144)
+++ CalendarServer/branches/users/cdaboo/quota/conf/repository.dtd	2006-09-18 19:41:51 UTC (rev 145)
@@ -50,11 +50,12 @@
 
   <!ELEMENT accounts (user*) >
 
-    <!ELEMENT user (uid, pswd, name, cuaddr*, calendar*, acl?, autorespond?)>
+    <!ELEMENT user (uid, pswd, name, cuaddr*, calendar*, acl?, quota?, autorespond?)>
       <!ATTLIST user repeat CDATA "1">
       <!ELEMENT uid         (#PCDATA)>
       <!ELEMENT pswd        (#PCDATA)>
       <!ELEMENT name        (#PCDATA)>
       <!ELEMENT cuaddr      (#PCDATA)>
       <!ELEMENT calendar    (#PCDATA)>
+      <!ELEMENT quota       (#PCDATA)>
       <!ELEMENT autorespond EMPTY>

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


More information about the calendarserver-changes mailing list