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 94d2d6a commit 5a2b2caCopy full SHA for 5a2b2ca
lib/net/ldap/filter.rb
@@ -310,8 +310,8 @@ def parse_ber(ber)
310
present?(ber.to_s)
311
when 0xa9 # context-specific constructed 9, "extensible comparison"
312
raise Net::LDAP::SearchFilterError, "Invalid extensible search filter, should be at least two elements" if ber.size < 2
313
-
314
- # Reassembles the extensible filter parts
+
+ # Reassembles the extensible filter parts
315
# (["sn", "2.4.6.8.10", "Barbara Jones", '1'])
316
type = value = dn = rule = nil
317
ber.each do |element|
0 commit comments