[CalendarServer-changes] [15714] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 28 09:16:43 PDT 2016


Revision: 15714
          http://trac.calendarserver.org//changeset/15714
Author:   dre at apple.com
Date:     2016-06-28 09:16:43 -0700 (Tue, 28 Jun 2016)
Log Message:
-----------
Clarify comment about SSL use in pg8000

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-stdconfig.plist
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/conf/caldavd-stdconfig.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-stdconfig.plist	2016-06-28 16:15:48 UTC (rev 15713)
+++ CalendarServer/trunk/conf/caldavd-stdconfig.plist	2016-06-28 16:16:43 UTC (rev 15714)
@@ -170,7 +170,7 @@
 		<key>password</key>
 		<string></string>
 
-		<!-- Set to True to connect using SSL (pg8000 only). -->
+		<!-- Set to True to require SSL (pg8000 only). -->
 		<key>ssl</key>
 		<false/>
 	</dict>

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2016-06-28 16:15:48 UTC (rev 15713)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2016-06-28 16:16:43 UTC (rev 15714)
@@ -220,7 +220,7 @@
         "database": "",     # Name of database or Oracle SID
         "user": "",         # User name to connect as
         "password": "",     # Password to use
-        "ssl": False,       # Set to True to connect using SSL (pg8000 only).
+        "ssl": False,       # Set to True to require SSL (pg8000 only).
     },
 
     "DBAMPFD": 0, # Internally used by database to tell slave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160628/94435d18/attachment-0001.html>


More information about the calendarserver-changes mailing list