[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SLAP_NVALUES in HEAD
On a possibly related topic, IA5 strings don't get normalized
correctly (e.g. no case fold); It's not clear to me how to fix
it appropriately. You may experience it by adding a database
suffix of "dc=OpenLDAP,dc=org" and search it with base
"dc=openldap,dc=org".
Ando.
> Likely you can just do:
> diff -u -r1.268 schema_init.c
> --- schema_init.c 24 Mar 2003 05:49:55 -0000 1.268
> +++ schema_init.c 1 Apr 2003 19:26:40 -0000
> @@ -61,8 +61,8 @@
>
> #define integerOrderingMatch integerMatch
> #define integerFirstComponentMatch NULL
> -#define integerIndexer NULL
> -#define integerFilter NULL
> +#define integerIndexer octetStringMatch
> +#define integerFilter octetStringFilter
>
> #define generalizedTimeMatch caseIgnoreIA5Match
> #define generalizedTimeOrderingMatch caseIgnoreIA5Match
>
> IIRC, integers are normalized into a canonical form.
> At 08:34 AM 4/1/2003, Luke Howard wrote:
>
>>The attached diff worked for me but I suspect it's not the right
>>solution.
>>
>>-- luke
>>
>>
>>--
>>Luke Howard | PADL Software Pty Ltd | www.padl.com
--
Pierangelo Masarati
mailto:pierangelo.masarati@sys-net.it