|
From: Michael S. <mi...@st...> - 2015-03-03 10:51:10
|
Michael Postmann wrote: > When I create a new end entity with the name 'CMS...@ex...' an LDAP entry is published which has two DNs: > 'CMS_9999000451_001_test_blah_MAIL' and > 'CMS_9999000451_001_test_blah_MAIL\=fo...@ex...' > > of which the former is used as the name for the entry. > > I'm wondering why the extra backslash is added and why there are two DNs. I admit that I don't fully understand your issue. It would probably help if you provide an LDIF export of the two entries. Note that = is one of the DN special chars which must be escaped to be part of a RDN value in the DN string representation (see RFC 4514). The accompanying attribute values should only contain the unescaped value. Ciao, Michael. |