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 6053638 commit 4921b99Copy full SHA for 4921b99
lib/net/ldap.rb
@@ -1117,7 +1117,7 @@ def search_subschema_entry
1117
def paged_searches_supported?
1118
# active directory returns that it supports paged results. However
1119
# it returns binary data in the rfc2696_cookie which throws an
1120
- # encoding exception breaking searching.
+ # encoding exception breaking searching.
1121
return false if @force_no_page
1122
@server_caps ||= search_root_dse
1123
@server_caps[:supportedcontrol].include?(Net::LDAP::LDAPControls::PAGED_RESULTS)
0 commit comments