You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/08/31 03:20:30 UTC

[jira] Commented: (DIRSTUDIO-179) Unable to Read/Edit an LDAP object when the object DN contains a \

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523977 ] 

Emmanuel Lecharny commented on DIRSTUDIO-179:
---------------------------------------------

I have tested this :
- creating an entry dn:uid=test with a \ backslash, dc=example, dc=com : works fine
- search with this filter : (uid=test with *) : returns the entry previously created
- search with this filter : (uid=test with \ *) : returns the entry previously created

but :
- search with this filter : (uid=test with \ backslash) : no entry returned
- search with this filter : (uid=test with \*) : no entry returned
- search with this filter : (uid=test with \\*) : no entry returned
- search with this filter : (uid=test with \\ *) : no entry returned
- search with this filter : (uid=test with \ backslash) : no entry returned
- search with this filter : (uid=test with \\ backslash) : no entry returned

> Unable to Read/Edit an LDAP object when the object DN contains a \
> ------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-179
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-179
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-browser
>    Affects Versions: 0.8.1
>         Environment: Windows XP SP2
>            Reporter: Emmanuel Jaep
>
> When an entry dn contains a backslash (e.g. dn: uid=Account\Admin,ou=...), LDAP Studio is unable to work with this object and throws an error.
> Most probably, this is due to the backslash not being escaped.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.