]> git.sur5r.net Git - openldap/commitdiff
Matching rule constants for future support
authorLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 09:00:18 +0000 (09:00 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 09:00:18 +0000 (09:00 +0000)
include/slapi-plugin.h
servers/slapd/slapi/slapi.h

index b576a6abfd4589751a398302423dce0ba84f2191..7a6a0a24ed6ed09f4478dddbcf691ddfbea9f959 100644 (file)
@@ -239,6 +239,8 @@ int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb);
 #define SLAPI_PLUGIN_EXTENDEDOP         2
 #define SLAPI_PLUGIN_PREOPERATION       3
 #define SLAPI_PLUGIN_POSTOPERATION      4
+#define SLAPI_PLUGIN_MATCHINGRULE       5
+#define SLAPI_PLUGIN_SYNTAX             6
 #define SLAPI_PLUGIN_AUDIT              7   
 
 /* misc params */
@@ -371,6 +373,12 @@ int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb);
 #define SLAPI_PLUGIN_MR_QUERY_OPERATOR         616
 #define SLAPI_PLUGIN_MR_USAGE                  617
 
+#define SLAPI_MATCHINGRULE_NAME                        1
+#define SLAPI_MATCHINGRULE_OID                 2
+#define SLAPI_MATCHINGRULE_DESC                        3
+#define SLAPI_MATCHINGRULE_SYNTAX              4
+#define SLAPI_MATCHINGRULE_OBSOLETE            5
+
 #define SLAPI_OP_LESS                                  1
 #define SLAPI_OP_LESS_OR_EQUAL                         2
 #define SLAPI_OP_EQUAL                                 3
index f3671729028aaa4504ba4f9319a481672bd76f90..41afe283f97ef70819ee357b1cccfe8a22988d3d 100644 (file)
@@ -224,6 +224,12 @@ LDAP_BEGIN_DECL
 #define SLAPI_PLUGIN_MR_USAGE_INDEX            0
 #define SLAPI_PLUGIN_MR_USAGE_SORT             1
 
+#define SLAPI_MATCHINGRULE_NAME                        1
+#define SLAPI_MATCHINGRULE_OID                 2
+#define SLAPI_MATCHINGRULE_DESC                        3
+#define SLAPI_MATCHINGRULE_SYNTAX              4
+#define SLAPI_MATCHINGRULE_OBSOLETE            5
+
 #define SLAPI_PLUGIN_SYNTAX_FILTER_AVA         700
 #define SLAPI_PLUGIN_SYNTAX_FILTER_SUB         701
 #define SLAPI_PLUGIN_SYNTAX_VALUES2KEYS                702