Stefan Zoerner a écrit :
dn: [EMAIL PROTECTED],dc=example,dc=com mail: [EMAIL PROTECTED] objectclass: inetOrgPerson objectclass: organizationalPerson objectclass: person objectclass: top sn: Body cn: Some Body
Hi Stefan, you *must* escape the characters like = in your DN, in respect with RFC2253. I bet that dn: [EMAIL PROTECTED],dc=example,dc=com ... should work well.. Note that @ does not need to be escaped. Emmanuel
