[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4496) Broken DN normalization of "cn=\20a"



At 09:18 AM 4/20/2006, h.b.furuseth@usit.uio.no wrote:
>Full_Name: Hallvard B Furuseth
>Version: HEAD
>OS: Linux
>URL: 
>Submission from: (NULL) (129.240.186.42)
>Submitted by: hallvard
>
>
>$ sbin/slapdn -d1 'cn=\20a' 2>&1 | tail -6
>>>> dnPrettyNormal: <cn=\20a>
><<< dnPrettyNormal: <cn=\20a>, <cn=a>
>slapdn destroy: freeing system resources.
>DN: <cn=\20a> check succeeded
>normalized: <cn=a>                   <<<< The space is missing.
>pretty:     <cn=\20a>

" a" and "a" are equal per CN's equality matching rule.   We
choose "a" as the normalized form.

Now the pretty form looks odd to me.  I would have expected
it to be <cn=a> as well.

Kurt