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

Re: Problems with 2.0



On Mon, 4 Sep 2000, Kurt D. Zeilenga wrote:

> At 03:41 PM 9/3/00 +0200, Per Steinar Iversen wrote:
> 
> >I have a problem with OpenLDAP 2.0:
> >
> >Searches seems to be case sensitive for non-ASCII strings.
> >
> >An example: Assuming "Bjørn" is the cn and that this is stored in UTF-8,
> >then searching for "bjørn" and also "BJøRN" works, but "BJØRN" fails.
> >
> >Any way of fixing this?
> 
> It's being worked on.  For now, caseIgnoreMatch is only case
> insensitive within the "C" locale (i.e. US-ASCII).

I see the fix did not make 2.0.1 ...

After playing around with the 2.0 release for a while I see that it would
be far easier to upgrade from OpenLDAP 1.2 if it was possible to use
ISO-8859-1 and not UTF-8 with clients doing a v2 bind. An option for this
in OpenLDAP 2.0 would be extremely useful. As it is our site uses several
LDAP clients, some of these are likely to stay at LDAP v2 for a long
while, they will just not handle UTF-8 in any reasonable manner.

-psi