[CalendarServer-changes] [8210] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 18 13:05:14 PDT 2011


Revision: 8210
          http://trac.macosforge.org/projects/calendarserver/changeset/8210
Author:   sagen at apple.com
Date:     2011-10-18 13:05:14 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
Change directory addressbook settings such that it's still off by default yet can still be toggled via Server.app (which toggles EnableSearchAddressBook, not DirectoryAddressBook.Enabled)

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-10-18 00:26:48 UTC (rev 8209)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-10-18 20:05:14 UTC (rev 8210)
@@ -527,13 +527,13 @@
 
     # CardDAV Features
     "DirectoryAddressBook": {
-        "Enabled": False,
+        "Enabled": True,
         "type":    "twistedcaldav.directory.opendirectorybacker.OpenDirectoryBackingService",
         "params":  directoryAddressBookBackingServiceDefaultParams["twistedcaldav.directory.opendirectorybacker.OpenDirectoryBackingService"],
         "name":    "directory",
         "MaxQueryResults": 1000,
     },
-    "EnableSearchAddressBook": True, # /directory resource exists
+    "EnableSearchAddressBook": False, # /directory resource exists
     "AnonymousDirectoryAddressBookAccess": False, # Anonymous users may access directory address book
 
     "GlobalAddressBook": {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111018/993cfa57/attachment.html>


More information about the calendarserver-changes mailing list