]> git.sur5r.net Git - openldap/commitdiff
Update matching rule usage
authorKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jun 2000 17:54:45 +0000 (17:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jun 2000 17:54:45 +0000 (17:54 +0000)
servers/slapd/schema_init.c

index a51c4e63f444aae4a02d1614cee4012f48f93c8a..9a5b621a3e56a6c47ff804798417e17297347e97 100644 (file)
@@ -1720,12 +1720,12 @@ struct mrule_defs_rec mrule_defs[] = {
 
        {"( 2.5.13.14 NAME 'integerMatch' "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )",
-               SLAP_MR_NONE | SLAP_MR_EXT,
+               SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL, integerMatch, NULL, NULL},
 
        {"( 2.5.13.16 NAME 'bitStringMatch' "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )",
-               SLAP_MR_NONE | SLAP_MR_EXT,
+               SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL, bitStringMatch, NULL, NULL},
 
        {"( 2.5.13.17 NAME 'octetStringMatch' "
@@ -1745,17 +1745,17 @@ struct mrule_defs_rec mrule_defs[] = {
 
        {"( 2.5.13.22 NAME 'presentationAddressMatch' "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 )",
-               SLAP_MR_NONE | SLAP_MR_EXT,
+               SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL, presentationAddressMatch, NULL, NULL},
 
        {"( 2.5.13.23 NAME 'uniqueMemberMatch' "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )",
-               SLAP_MR_NONE | SLAP_MR_EXT,
+               SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL, uniqueMemberMatch, NULL, NULL},
 
        {"( 2.5.13.24 NAME 'protocolInformationMatch' "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )",
-               SLAP_MR_NONE | SLAP_MR_EXT,
+               SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL, protocolInformationMatch, NULL, NULL},
 
        {"( 2.5.13.27 NAME 'generalizedTimeMatch' "