Note about single syncrepl limitation

This commit is contained in:
stroeder
2014-09-26 16:11:43 +00:00
parent 2fb024d0d8
commit bc7e8f4b27

View File

@@ -4,7 +4,7 @@ ldap.syncrepl - for implementing syncrepl consumer (see RFC 4533)
See http://www.python-ldap.org/ for project details.
$Id: syncrepl.py,v 1.5 2014/09/26 12:18:05 stroeder Exp $
$Id: syncrepl.py,v 1.6 2014/09/26 16:11:43 stroeder Exp $
"""
#__all__ = [
@@ -316,6 +316,10 @@ class SyncreplConsumer:
methods to store the cookie appropriately, rather than
passing it.
Only a single syncrepl search may be active on a SyncreplConsumer
object. Multiple concurrent syncrepl searches require multiple
separate SyncreplConsumer objects and thus multiple connections
(LDAPObject instances).
"""
if cookie is None:
cookie = self.syncrepl_get_cookie()