]> git.sur5r.net Git - openldap/commitdiff
Added Generalized Time matching and ordering (it's just caseExactIA5Ma
authorMark Valence <mrv@openldap.org>
Thu, 15 Jun 2000 08:34:48 +0000 (08:34 +0000)
committerMark Valence <mrv@openldap.org>
Thu, 15 Jun 2000 08:34:48 +0000 (08:34 +0000)
tch).  Set OpenLDAP Experimental ACI syntax validation to IA5StringVal
idate for now, to facilitate testing.

servers/slapd/schema_init.c

index d9b95d194c8f835c5d840d77699b48845bdcf197..28024f07c357116355cee0cd3d955d5678ad5b42 100644 (file)
@@ -1308,7 +1308,7 @@ struct syntax_defs_rec syntax_defs[] = {
 
        /* OpenLDAP Experimental Syntaxes */
        {"( 1.3.6.1.4.1.4203.666.2.1 DESC 'OpenLDAP Experimental ACI' )",
-               0, NULL, NULL, NULL},
+               0, IA5StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */, NULL, NULL},
        {"( 1.3.6.1.4.1.4203.666.2.2 DESC 'OpenLDAP authPassword' )",
                0, NULL, NULL, NULL},
        {"( 1.3.6.1.4.1.4203.666.2.3 DESC 'OpenLDAP void' " X_HIDE ")" ,
@@ -1378,8 +1378,8 @@ struct mrule_defs_rec {
 #define presentationAddressMatch NULL
 #define uniqueMemberMatch NULL
 #define protocolInformationMatch NULL
-#define generalizedTimeMatch NULL
-#define generalizedTimeOrderingMatch NULL
+#define generalizedTimeMatch caseExactIA5Match
+#define generalizedTimeOrderingMatch caseExactIA5Match
 #define integerFirstComponentMatch NULL
 #define objectIdentifierFirstComponentMatch NULL