Hi Patrick,
> dn: cn=SampleEntry, o=Test
> sn: Testaccount für Umlaute öäü
> 
> When I perform a search I get back the following:
> 
> (DOS): sn: Testaccount f²ur Umlaute ²o²a²u
> (Windows): sn: Testaccount fÈur Umlaute ÈoÈaÈu
> 
> What format is the answer encoded? What can I do to get a "usable" string?

If you query an LDAPv3 server it is encoded in UTF-8; LDAPv2 would be
T.61.
Be sure that you import the correct values into your server:

dn: cn=SampleEntry, o=Test
cn: SampleEntry
sn: SampleEntry
description:: VGVzdGFjY291bnQgZsO8ciBVbWxhdXRlIMO2w6TDvA==
objectclass: top
objectclass: person

-- 
Norbert Klasen
DFN Directory Services                           tel: +49 7071 29 70335
ZDV, Universität Tübingen                        fax: +49 7071 29 5912
Wächterstr. 76, 72074 Tübingen              http://www.directory.dfn.de
Germany                             [EMAIL PROTECTED]

Reply via email to