Skip to content

Commit 11d40e1

Browse files
authored
ldapfdw.py: describe pagedResultsControl
1 parent 012185a commit 11d40e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/multicorn/ldapfdw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def execute(self, quals, columns):
169169
value = value[0]
170170
litem[pgcolname] = value
171171
yield litem
172+
# pagedResultsControl, see RFC 2696
172173
cookie = self.ldap.result['controls']['1.2.840.113556.1.4.319']['value']['cookie']
173174
if not cookie:
174175
break

0 commit comments

Comments
 (0)