[CalendarServer-changes] [696] CalendarServer/branches/SACLs
source_changes at macosforge.org
source_changes at macosforge.org
Tue Dec 5 11:29:35 PST 2006
Revision: 696
http://trac.macosforge.org/projects/calendarserver/changeset/696
Author: wsanchez at apple.com
Date: 2006-12-05 11:29:35 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
cosmetic
Modified Paths:
--------------
CalendarServer/branches/SACLs/conf/caldavd.plist
CalendarServer/branches/SACLs/support/CalendarServer.tmproj
CalendarServer/branches/SACLs/twistedcaldav/root.py
Modified: CalendarServer/branches/SACLs/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/SACLs/conf/caldavd.plist 2006-12-05 19:29:18 UTC (rev 695)
+++ CalendarServer/branches/SACLs/conf/caldavd.plist 2006-12-05 19:29:35 UTC (rev 696)
@@ -122,5 +122,6 @@
<key>SACLEnable</key>
<true/>
+
</dict>
</plist>
Modified: CalendarServer/branches/SACLs/support/CalendarServer.tmproj
===================================================================
--- CalendarServer/branches/SACLs/support/CalendarServer.tmproj 2006-12-05 19:29:18 UTC (rev 695)
+++ CalendarServer/branches/SACLs/support/CalendarServer.tmproj 2006-12-05 19:29:35 UTC (rev 696)
@@ -47,6 +47,8 @@
<string>../../PyKerberos</string>
</dict>
<dict>
+ <key>expanded</key>
+ <true/>
<key>name</key>
<string>conf</string>
<key>regexFolderFilter</key>
@@ -117,6 +119,6 @@
<key>showFileHierarchyDrawer</key>
<true/>
<key>windowFrame</key>
- <string>{{378, 125}, {944, 985}}</string>
+ <string>{{502, 108}, {944, 985}}</string>
</dict>
</plist>
Modified: CalendarServer/branches/SACLs/twistedcaldav/root.py
===================================================================
--- CalendarServer/branches/SACLs/twistedcaldav/root.py 2006-12-05 19:29:18 UTC (rev 695)
+++ CalendarServer/branches/SACLs/twistedcaldav/root.py 2006-12-05 19:29:35 UTC (rev 696)
@@ -28,8 +28,9 @@
class RootResource(DAVFile):
- """A special root resource that contains support checking SACLs
"""
+ A special root resource that contains support checking SACLs
+ """
useSacls = False
saclService = 'calendar'
@@ -43,8 +44,9 @@
self.useSacls = True
def checkSacl(self, request):
- """Check SACLs against the current request
"""
+ Check SACLs against the current request
+ """
def _authCb((authnUser, authzUser)):
# Insure that the user is not unauthenticated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/5f843d90/attachment.html
More information about the calendarserver-changes
mailing list