We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49e0bf commit 580e4e7Copy full SHA for 580e4e7
lib/net/ldap.rb
@@ -1171,6 +1171,9 @@ def search args = {}
1171
# (Because we pass zero as the sizelimit on search rounds when the remaining limit
1172
# is larger than our max page size of 126. In these cases, I think the caller's
1173
# search limit will be ignored!)
1174
+ # CONFIRMED: This code doesn't work on LDAPs that don't support paged searches
1175
+ # when the size limit is larger than 126. We're going to have to do a root-DSE record
1176
+ # search and not do a paged search if the LDAP doesn't support it. Yuck.
1177
#
1178
rfc2696_cookie = [126, ""]
1179
result_code = 0
0 commit comments