I am trying to add a referral object in openldap that points to a DN in the remote server that has a space in one of the container names, something like this
ref: ldap://ldap3.example.com/ou=test ou,dc=example,dc=net
This seems to be causing a problem, what is the syntax for "escaping" spaces within ldif files, backslash before the space? whole attribute value within quotes?
Thanks for the help