From dev-return-42481-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Feb 19 09:11:15 2013 Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6102BE219 for ; Tue, 19 Feb 2013 09:11:15 +0000 (UTC) Received: (qmail 16239 invoked by uid 500); 19 Feb 2013 09:11:15 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 16181 invoked by uid 500); 19 Feb 2013 09:11:14 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 15539 invoked by uid 99); 19 Feb 2013 09:11:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 09:11:13 +0000 Date: Tue, 19 Feb 2013 09:11:13 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRSTUDIO-882) Cannot search for uniquemember with hashes in the member name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSTUDIO-882?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 3581142#comment-13581142 ]=20 Emmanuel Lecharny commented on DIRSTUDIO-882: --------------------------------------------- the '\' character in a filter is used to escape a character. If ou want to = use it as a valid char, the you need to escape it, ie to replace it with th= e '\' HEX HEX sequence. In your case, '\' -> '\5C' =20 > Cannot search for uniquemember with hashes in the member name > ------------------------------------------------------------- > > Key: DIRSTUDIO-882 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-882 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 2.0.0-M5 > Environment: Version: 2.0.0.v20130131 > Reporter: J=C3=BCrgen Weber > > I have a group tree, one group is exported to ldif like this: > version: 1 > dn: cn=3DIS\#WIKIT,cn=3DGroups > objectclass: top > objectclass: groupOfUniqueNames > cn: IS#WIKIT > uniquemember: uid=3D\#263335,cn=3DUser > I stand in the tree on cn=3DGroups and want to quicksearch the above entr= y. > (uniquemember=3Duid=3D#263335*) > does not find anything. > With a backslash, there is this error: > Fehler w=C3=A4hrend des Suchvorgangs > - The filter(uniquemember=3Duid=3D\\#263335*) is invalid. > org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException:= The filter(uniquemember=3Duid=3D\\#263335*) is invalid. > Fehler w=C3=A4hrend des Suchvorgangs > - The filter(uniquemember=3Duid=3D\#263335*) is invalid. > org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException:= The filter(uniquemember=3Duid=3D\#263335*) is invalid. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira