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 51597ea commit b63e5c4Copy full SHA for b63e5c4
lib/net/ldap/filter.rb
@@ -733,7 +733,7 @@ def parse_filter_branch(scanner)
733
scanner.scan(/\s*/)
734
if op = scanner.scan(/<=|>=|!=|:=|=/)
735
736
- if value = scanner.scan(/(?:[-\w*.+@=,#\$%&!'\s]|\\[a-fA-F\d]{2})+/)
+ if value = scanner.scan(/(?:[-\w*.+@=,#\$%&!'\s\xC3\x80-\xCA\xAF]|\\[a-fA-F\d]{2})+/)
737
# 20100313 AZ: Assumes that "(uid=george*)" is the same as
738
# "(uid=george* )". The standard doesn't specify, but I can find
739
# no examples that suggest otherwise.
0 commit comments