You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2017/12/11 21:24:01 UTC

[jira] [Updated] (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:all-tabpanel ]

Stefan Seelmann updated DIRSERVER-2109:
---------------------------------------
    Fix Version/s: 2.0.0-M25

> 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
>             Fix For: 2.0.0-M25
>
>
> 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.4.14#64029)