[CalendarServer-changes] [9807] CalDAVTester/trunk/odsetup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:24:13 PDT 2012


Revision: 9807
          http://trac.macosforge.org/projects/calendarserver/changeset/9807
Author:   sagen at apple.com
Date:     2012-09-12 14:24:11 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
Leave OD node alone

Modified Paths:
--------------
    CalDAVTester/trunk/odsetup.py

Modified: CalDAVTester/trunk/odsetup.py
===================================================================
--- CalDAVTester/trunk/odsetup.py	2012-09-11 22:54:00 UTC (rev 9806)
+++ CalDAVTester/trunk/odsetup.py	2012-09-12 21:24:11 UTC (rev 9807)
@@ -333,7 +333,6 @@
     """
     Patch the caldavd.plist file to make sure:
        * the proper admin principal is configured
-       * DS Search node is set to /LDAPv3/127.0.0.1
        * iMIP is disabled
        * SACLs are disabled
        * CalDAV and CardDAV are enabled
@@ -349,9 +348,6 @@
     admins = plist["AdminPrincipals"]
     admins[:] = [admin]
 
-    # Only concern ourselves with the OD records we care about
-    plist["DirectoryService"]["params"]["node"] = "/LDAPv3/127.0.0.1"
-
     # For testing do not send iMIP messages!
     plist["Scheduling"]["iMIP"]["Enabled"] = False
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120912/4a71c7ad/attachment.html>


More information about the calendarserver-changes mailing list