[CalendarServer-changes] [15115] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 9 13:30:31 PDT 2015


Revision: 15115
          http://trac.calendarserver.org//changeset/15115
Author:   sagen at apple.com
Date:     2015-09-09 13:30:31 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
Also needed for LDAP retry count configurability

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py
    CalendarServer/trunk/txdav/who/util.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-09-09 20:29:51 UTC (rev 15114)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-09-09 20:30:31 UTC (rev 15115)
@@ -88,6 +88,7 @@
             "resources": "",
             "addresses": "",
         },
+        "tries": 3,
     },
 }
 

Modified: CalendarServer/trunk/txdav/who/util.py
===================================================================
--- CalendarServer/trunk/txdav/who/util.py	2015-09-09 20:29:51 UTC (rev 15114)
+++ CalendarServer/trunk/txdav/who/util.py	2015-09-09 20:30:31 UTC (rev 15115)
@@ -186,7 +186,8 @@
                     CalRecordType.location: extraFilters.get("locations", ""),
                     CalRecordType.resource: extraFilters.get("resources", ""),
                     CalRecordType.address: extraFilters.get("addresses", ""),
-                }
+                },
+                tries=params.tries
             )
             ldapService = directory
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150909/e80d051b/attachment.html>


More information about the calendarserver-changes mailing list