Revision
1550
Author
cdaboo@apple.com
Date
2007-05-22 12:11:59 -0700 (Tue, 22 May 2007)

Log Message

Default configuration now has Basic auth turned off, and Digest and Kerberos on.

Modified Paths

Diff

Modified: CalendarServer/trunk/conf/caldavd.plist (1549 => 1550)


--- CalendarServer/trunk/conf/caldavd.plist	2007-05-22 18:36:34 UTC (rev 1549)
+++ CalendarServer/trunk/conf/caldavd.plist	2007-05-22 19:11:59 UTC (rev 1550)
@@ -163,7 +163,7 @@
     <key>Digest</key>
     <dict>
       <key>Enabled</key>
-      <false/>
+      <true/>
       <key>Algorithm</key>
       <string>md5</string>
       <key>Qop</key>
@@ -174,7 +174,7 @@
     <key>Kerberos</key>
     <dict>
       <key>Enabled</key>
-      <false/>
+      <true/>
       <key>ServicePrincipal</key>
       <string></string>
     </dict>