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 2016/02/17 00:48:18 UTC

[jira] [Commented] (DIRSERVER-2109) Apply LDIF with special crafted DN creates two CN attributes

    [ https://issues.apache.org/jira/browse/DIRSERVER-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15149520#comment-15149520 ] 

Emmanuel Lecharny commented on DIRSERVER-2109:
----------------------------------------------

The only solution I foresee is to create a new method {{normalize( String str, StringType type, boolean unescape )}} which third parameter is a flag that says the String must be un-escaped at the end of the {{PrepareString}} process.
wdyt ?

> Apply LDIF with special crafted DN creates two CN attributes
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-2109
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2109
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M21
>            Reporter: Stefan Seelmann
>
> In Studio we have a test that injects an entry with a special crafted DN (cn starts with #, contains plus, comma, quotes). This entry is injected using the {{@ApplyLdifFiles}} annotation. The injected entry then contains two CN attributes, one with proper unescaped value, one with still escaped value.
> Here is the LDIF:
> {code}
> # cn=\#\\\+\, \"öé\",ou=users,ou=system
> dn:: Y249XCNcXFwrXCwgXCLDtsOpXCIsb3U9dXNlcnMsb3U9c3lzdGVt
> objectClass: inetOrgPerson
> objectClass: organizationalPerson
> objectClass: person
> objectClass: top
> cn:: I1wrLCAiw7bDqSI=
> sn:: I1wrLCAiw7bDqSI=
> givenName:: I1wrLCAiw7bDqSI=
> uid:: I1wrLCAiw7bDqSI=
> {code}
> Here the sysout of the injected entry with the two CN attributes:
> {code}
>     dn[n]: cn=\#\\\+\, \"öé\",ou=users,ou=system
>     objectclass: organizationalPerson
>     objectclass: person
>     objectclass: inetOrgPerson
>     objectclass: top
>     givenname: #\+, "öé"
>     uid: #\+, "öé"
>     cn: #\+, "öé"
>     cn: \#\\\+\, \"öé\"
>     sn: #\+, "öé"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)