[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Internationalization (supports Unicode and language tags)
Andriy Galetski writes:
> I install and run openldap 2.1.8 on FreBSD 4.7 UNIX
> How can I add ldap entries with KOI8-R (cyrylic) symbols.
> When I try ldapadd
>
> ldap_add: Invalid syntax (21)
> additional info: cn: value #0 invalid per syntax
That's easier to answer if you show us which CN you tried to add, but:
Maybe you encoded the attribute as KOI8-R? You should encode the
attribute as UTF-8. Your client should convert between KOI8-R and
UTF-8.
--
Hallvard