[CalendarServer-changes] [13819] CalendarServer/trunk/txdav/who/util.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 1 13:29:27 PDT 2014


Revision: 13819
          http://trac.calendarserver.org//changeset/13819
Author:   cdaboo at apple.com
Date:     2014-08-01 13:29:27 -0700 (Fri, 01 Aug 2014)
Log Message:
-----------
Make sure OD node in config gets passed to the OD directory service.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/util.py

Modified: CalendarServer/trunk/txdav/who/util.py
===================================================================
--- CalendarServer/trunk/txdav/who/util.py	2014-08-01 17:59:51 UTC (rev 13818)
+++ CalendarServer/trunk/txdav/who/util.py	2014-08-01 20:29:27 UTC (rev 13819)
@@ -120,7 +120,8 @@
             )
             # We don't want system accounts returned in lookups, so tell
             # the service to suppress them.
-            directory = ODDirectoryService(suppressSystemRecords=True)
+            node = params.node
+            directory = ODDirectoryService(nodeName=node, suppressSystemRecords=True)
 
         elif "ldap" in directoryType:
             if params.credentials.dn and params.credentials.password:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140801/4bd6fcd0/attachment.html>


More information about the calendarserver-changes mailing list