]> git.sur5r.net Git - openldap/commitdiff
Add numeric string indexing
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:45:10 +0000 (04:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:45:10 +0000 (04:45 +0000)
CHANGES
servers/slapd/schema_init.c

diff --git a/CHANGES b/CHANGES
index 887e4d7a450839af2f839459ca1e0076f7d19bf9..2d5b33cb603aba4ea8e7b9e08677ad89ad3239e3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,7 @@ OpenLDAP 2.0.X Engineering
        Fixed slapd ACL nameuid bug
        Updated -lldap SASL error reporting
        Updated -lldap TLS error reporting
+       Added slapd numericString indexing
        Build Environment
                Fixed make comment bug (ITS#811)
                Fixed $(DESTDIR) install (ITS#806)
index 0d4d609f85f8b2018b3be67486e2c00514ae0029..7c71723029614022014c7bbdef3ced2846fad88f 100644 (file)
@@ -3904,7 +3904,9 @@ struct mrule_defs_rec mrule_defs[] = {
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )",
                SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL,
-               caseIgnoreIA5Match, NULL, NULL,
+               caseIgnoreIA5Match,
+               caseIgnoreIA5Indexer,
+               caseIgnoreIA5Filter,
                NULL},
 
        {"( 2.5.13.10 NAME 'numericStringSubstringsMatch' "