Hello,

I would like to add an attribute with a semicolon to an LDAP entry, eg. 
cn;lang-en or photo;binary. When I attempt to add one of these attributes to a 
user entry, everything after the semicolon disappears when I save. So 
cn;lang-en would become cn. My desired test scenario would have an LDIF that 
has something like this:
dn: uid=ryan,o=us
objectclass: ...
someattribute;subattr1: string1
someattribute;subattr2: string2
...

Is this possible? I have also tried editing the schema to add custom attributes 
with semicolons, but again everything after the semicolon goes away.

Thanks,
Ryan

Reply via email to