Eric,

The corrupt DN is coming back with a hex value of 3F (question mark)
when the sequence should be hex values e68891 (or 346\210\221) in
decimal). 

Dan

-----Original Message-----
From: Eric Covener [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 17, 2008 10:12 AM
To: dev@httpd.apache.org
Subject: Re: Apache - MS LDAPSDK with multi-byte DN

On Thu, Jul 17, 2008 at 11:00 AM, Andy Wang <[EMAIL PROTECTED]> wrote:
> Basically the dn returned in the following two lines is already 
> mangled with the ? character:
>     entry = ldap_first_entry(ldc->ldap, res);
>     dn = ldap_get_dn(ldc->ldap, entry);
>
> Thanks,
> Andy

What's the byte sequence? What's it supposed to be in utf-8?

--
Eric Covener
[EMAIL PROTECTED]

Reply via email to