From 580e4e749cad112a2eac403141ae9b5524023446 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Thu, 7 Sep 2006 01:35:14 +0000 Subject: [PATCH] comments --- lib/net/ldap.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index ec78ea9..8d71fe3 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -1171,6 +1171,9 @@ module Net # (Because we pass zero as the sizelimit on search rounds when the remaining limit # is larger than our max page size of 126. In these cases, I think the caller's # search limit will be ignored!) + # CONFIRMED: This code doesn't work on LDAPs that don't support paged searches + # when the size limit is larger than 126. We're going to have to do a root-DSE record + # search and not do a paged search if the LDAP doesn't support it. Yuck. # rfc2696_cookie = [126, ""] result_code = 0