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

Distinguished name ++



Yes it's me again!

I cannot manage to create entries whose distinguished names end with "+++":

ldapadd ... "nod=TEST++++,o=HOME" ...
-> ldap_add: Invalid DN syntax
->        additional info: invalid DN
-> ldapmod_rec() = -266698376

ldapadd ... "nod=TEST\+\+\+\+,o=HOME" ...
-> creates "nod=TEST\+\+\+\+,o=HOME" (with backslashes)!

RFC 2253 seems to indicate that "," "+" """ "\" "<" ">" and ";" are valid
characters that should be escaped...

Any suggestions?

Frederic Poels.