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.
2 parents 9de9bc7 + b63e5c4 commit 8ddb2d7Copy full SHA for 8ddb2d7
lib/net/ldap/filter.rb
@@ -755,7 +755,7 @@ def parse_filter_branch(scanner)
755
scanner.scan(/\s*/)
756
if op = scanner.scan(/<=|>=|!=|:=|=/)
757
758
- 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})+/)
759
# 20100313 AZ: Assumes that "(uid=george*)" is the same as
760
# "(uid=george* )". The standard doesn't specify, but I can find
761
# no examples that suggest otherwise.
0 commit comments