[CalendarServer-changes] [13979] CalendarServer/trunk/bin/testserver

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 18 08:54:50 PDT 2014


Revision: 13979
          http://trac.calendarserver.org//changeset/13979
Author:   sagen at apple.com
Date:     2014-09-18 08:54:50 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
Disable Kerberos when running testserver since it's crashing in getServerPrincipalDetails when run with -d

Modified Paths:
--------------
    CalendarServer/trunk/bin/testserver

Modified: CalendarServer/trunk/bin/testserver
===================================================================
--- CalendarServer/trunk/bin/testserver	2014-09-18 14:36:43 UTC (rev 13978)
+++ CalendarServer/trunk/bin/testserver	2014-09-18 15:54:50 UTC (rev 13979)
@@ -117,6 +117,9 @@
 "${pb}" -c "Set :DirectoryService:params:xmlFile ${datadir}/accounts-cdt.xml" "${configdir}/caldavd-cdt.plist"
 "${pb}" -c "Set :AugmentService:params:xmlFiles:0 ${datadir}/augments-cdt.xml" "${configdir}/caldavd-cdt.plist"
 
+# For now, disable Kerberos since it's crashing in getServerPrincipalDetails when run with -d
+"${pb}" -c "Set :Authentication:Kerberos:Enabled False" "${configdir}/caldavd-cdt.plist"
+
 # Start the server
 
 "${wd}/bin/run" -nd -c "${configdir}/caldavd-cdt.plist"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140918/b7d899d7/attachment.html>


More information about the calendarserver-changes mailing list