[
https://issues.apache.org/jira/browse/DIRSERVER-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600680#action_12600680
]
Stefan Seelmann commented on DIRSERVER-1181:
--------------------------------------------
Sorry, I forgot to mention that I get the same result when using the command
line (ldapsearch from OpenLDAP 2.4.7 on Ubuntu 8.04)
ldapsearch -h localhost -p 10389 -x -D "uid=admin,ou=system" -w secret -b
"dc=example,dc=com" -s sub "(ou=*x\2Ay\2Az\2A*)"
ldapsearch -h localhost -p 10389 -x -D "uid=admin,ou=system" -w secret -b
"dc=example,dc=com" -s sub "(ou=*x\*y\*z\**)"
> Too many results when using searchfilter with escaped asterisks \2A
> -------------------------------------------------------------------
>
> Key: DIRSERVER-1181
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1181
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.3, 1.5.2
> Reporter: Stefan Seelmann
> Assignee: Emmanuel Lecharny
> Attachments: DIRSERVER_1181_Test.java
>
>
> A search request with such a search filter
> (cn=*x\*y\*z\*) or (cn=*x\2Ay\2Az\2A)
> returns all the entries containing an "cn" attribute
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.