[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: multi-byte utf8 characters in DNs



Chris Card wrote:
> So an example:
> slapdn -v -F *********/slapd.d 'mail=\c3\98U,dc=x,dc=y'DN: <mail=\c3\98U,dc=x,dc=y> check failed 21 (Invalid syntax)
> are there any changes that might affect this?

I guess this fails because attribute type 'mail' has LDAP syntax IA5String
which does not allow NON-ASCII chars. OpenLDAP does syntax checking of all DN
components.

Ciao, Michael.