[CalendarServer-changes] [4231] CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 12 09:25:11 PDT 2009


Revision: 4231
          http://trac.macosforge.org/projects/calendarserver/changeset/4231
Author:   cdaboo at apple.com
Date:     2009-05-12 09:25:10 -0700 (Tue, 12 May 2009)
Log Message:
-----------
Make sure we can fault in Kerberos principals.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2009-05-11 22:12:48 UTC (rev 4230)
+++ CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2009-05-12 16:25:10 UTC (rev 4231)
@@ -459,6 +459,7 @@
             queryattr = {
                 self.INDEX_TYPE_SHORTNAME : dsattributes.kDSNAttrRecordName,
                 self.INDEX_TYPE_GUID      : dsattributes.kDS1AttrGeneratedUID,
+                self.INDEX_TYPE_AUTHID    : dsattributes.kDSNAttrAltSecurityIdentities,
             }.get(indexType)
             assert queryattr is not None, "Invalid type for record faulting query"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090512/68da3ad4/attachment.html>


More information about the calendarserver-changes mailing list