[CalendarServer-changes] [3848] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 12 11:35:47 PDT 2009


Revision: 3848
          http://trac.macosforge.org/projects/calendarserver/changeset/3848
Author:   wsanchez at apple.com
Date:     2009-03-12 11:35:46 -0700 (Thu, 12 Mar 2009)
Log Message:
-----------
Wiki auth shouldn't be enabled by default

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-03-12 18:00:24 UTC (rev 3847)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-03-12 18:35:46 UTC (rev 3848)
@@ -165,7 +165,7 @@
             "ServicePrincipal": ""
         },
         "Wiki": {
-            "Enabled": True,
+            "Enabled": False,
             "Cookie": "sessionID",
             "URL": "http://127.0.0.1:8086/RPC2",
             "UserMethod": "userForSession",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090312/91eb3be9/attachment.html>


More information about the calendarserver-changes mailing list