Geert, please stay in the list! Geert Van Muylem wrote: > > This works! I can also use \" instead of \22 > But is it normal that the client (like ldapsearch) gives me > ou=Org with \"double quotes\",ou=Testing,dc=stroeder,dc=de
It's simply equivalent. Each server and client is free to implement it either way. Your LDAP applications have to deal with both variants (or ideally pass around DNs opaque). Ciao, Michael.