Revision
1574
Author
wsanchez@apple.com
Date
2007-05-25 16:07:55 -0700 (Fri, 25 May 2007)

Log Message

Turn on Digest and Kerberos auth in test plist.

Modified Paths

Diff

Modified: CalendarServer/trunk/conf/caldavd-test.plist (1573 => 1574)


--- CalendarServer/trunk/conf/caldavd-test.plist	2007-05-25 22:44:43 UTC (rev 1573)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2007-05-25 23:07:55 UTC (rev 1574)
@@ -216,7 +216,7 @@
     <key>Digest</key>
     <dict>
       <key>Enabled</key>
-      <false/>
+      <true/>
       <key>Algorithm</key>
       <string>md5</string>
       <key>Qop</key>
@@ -227,7 +227,7 @@
     <key>Kerberos</key>
     <dict>
       <key>Enabled</key>
-      <false/>
+      <true/>
       <key>ServicePrincipal</key>
       <string></string>
     </dict>