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

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 23 18:57:05 PST 2007


Revision: 1092
          http://trac.macosforge.org/projects/calendarserver/changeset/1092
Author:   dreid at apple.com
Date:     2007-01-23 18:57:04 -0800 (Tue, 23 Jan 2007)

Log Message:
-----------
Change config option from ServicePrincipal to Realm in config.py to match caldavd.plist, and tap.py

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-01-23 23:36:44 UTC (rev 1091)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-01-24 02:57:04 UTC (rev 1092)
@@ -59,7 +59,7 @@
             },
         'Kerberos': {
             'Enabled': False,
-            'ServicePrincipal': '',
+            'Realm': '',
             },
         },
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070123/e0c60e76/attachment.html


More information about the calendarserver-changes mailing list