Skip to content

Commit 4921b99

Browse files
author
Adam Saegebarth
committed
allow value to be passed to attribute
1 parent 6053638 commit 4921b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ def search_subschema_entry
11171117
def paged_searches_supported?
11181118
# active directory returns that it supports paged results. However
11191119
# it returns binary data in the rfc2696_cookie which throws an
1120-
# encoding exception breaking searching.
1120+
# encoding exception breaking searching.
11211121
return false if @force_no_page
11221122
@server_caps ||= search_root_dse
11231123
@server_caps[:supportedcontrol].include?(Net::LDAP::LDAPControls::PAGED_RESULTS)

0 commit comments

Comments
 (0)