[CalendarServer-changes] [2001] CalendarServer/branches/release/CalendarServer-1.1-dev/twistedcaldav /directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 11:34:40 PDT 2007


Revision: 2001
          http://trac.macosforge.org/projects/calendarserver/changeset/2001
Author:   wsanchez at apple.com
Date:     2007-10-30 11:34:40 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
Pulled up r1997 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.1-dev/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/branches/release/CalendarServer-1.1-dev/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.1-dev/twistedcaldav/directory/appleopendirectory.py	2007-10-30 18:33:51 UTC (rev 2000)
+++ CalendarServer/branches/release/CalendarServer-1.1-dev/twistedcaldav/directory/appleopendirectory.py	2007-10-30 18:34:40 UTC (rev 2001)
@@ -642,6 +642,9 @@
                             dsquery.match(dsattributes.kDS1AttrGeneratedUID,
                                           GUID, dsattributes.eDSExact))
 
+                    if not guidQueries:
+                        logging.warn("No SACL enabled users found.", system="OpenDirectoryService")
+                        return ()
 
                     query = dsquery.expression(dsquery.expression.OR,
                                                guidQueries)

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


More information about the calendarserver-changes mailing list