[CalendarServer-changes] [8118] CalendarServer/trunk/twistedcaldav/directory/ldapdirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 23 14:25:11 PDT 2011


Revision: 8118
          http://trac.macosforge.org/projects/calendarserver/changeset/8118
Author:   sagen at apple.com
Date:     2011-09-23 14:25:08 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
Reverse these variables

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

Modified: CalendarServer/trunk/twistedcaldav/directory/ldapdirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/ldapdirectory.py	2011-09-23 20:39:30 UTC (rev 8117)
+++ CalendarServer/trunk/twistedcaldav/directory/ldapdirectory.py	2011-09-23 21:25:08 UTC (rev 8118)
@@ -351,8 +351,8 @@
         assignments = []
 
         guidAttr = self.rdnSchema["guidAttr"]
-        readAttr = self.resourceSchema["proxyAttr"]
-        writeAttr = self.resourceSchema["readOnlyProxyAttr"]
+        readAttr = self.resourceSchema["readOnlyProxyAttr"]
+        writeAttr = self.resourceSchema["proxyAttr"]
         if not (guidAttr and readAttr and writeAttr):
             self.log_error("LDAP configuration requires guidAttr, proxyAttr, and readOnlyProxyAttr in order to use external proxy assignments efficiently; falling back to slower method")
             # Fall back to the less-specialized version
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110923/226b5071/attachment.html>


More information about the calendarserver-changes mailing list