All OpenLDAP programs expect DNs to be presented using the string format defined in RFC 2253. The double quote character is one of the few characters that one may escape just by backslashing it. Note that as the backslash and the double quote are likely special to the shell you are using, and may be special elsewhere. If so, you need use proper escaping/quoting in the shell (and elsewhere) as appropriate.
Kurt At 04:29 AM 10/25/2005, Geert Van Muylem wrote: >Hi, > > > >How can I add double quotes as part of my dn of an object that > >I want to publish in the openldap server? Back-slashing it doesn't help > >Can someone give me a sample ldif file with an rdn containing these special >characters? > > > >Thanks > > > >