does anyone know how to escape strings with propset? i'm trying to set something like...
config:propset user.search.base ou=users\\,dc=security\\,dc=company-rg\\,dc=com
config:propset user.search.filter (&(objectClass=companypserson)(uid={0}))
but they come out as
ou=users\,dc=security\,dc=company-rg\,dc=com
and
aimperson)(uid={0})
thanks!
