[ http://issues.apache.org/jira/browse/DIRSERVER-756?page=comments#action_12440270 ] Emmanuel Lecharny commented on DIRSERVER-756: ---------------------------------------------
Ouch ! May be the "special" tests are wrong ;) We have to figure out what happens exactly. However, it's not a big deal. It's better to revert and release 1.0 right now, even if we release a 1.0.1 when those "special" test failures ar fixed. Sorry Endi... > Problem with escaped comma in DN > -------------------------------- > > Key: DIRSERVER-756 > URL: http://issues.apache.org/jira/browse/DIRSERVER-756 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: pre-1.0, 1.0-RC4 > Reporter: Endi S. Dewata > Assigned To: Emmanuel Lecharny > > 1. Add the following entry: > ldapadd -h localhost -p 10389 -D uid=admin,ou=system -w secret -x > dn: cn=Dewata\, Endi,ou=Users,ou=system > objectClass: person > cn: Dewata, Endi > sn: Dewata > 2. Search the entry: > ldapsearch -h localhost -p 10389 -D uid=admin,ou=system -w secret -x -b > "ou=system" > # > dn: cn=Dewata, Endi,ou=Users,ou=system > objectclass: person > objectclass: top > sn: Dewata > cn: Dewata, Endi > The escape character (\) is missing from the DN, causing it to become invalid. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
