mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Matching rule constants for future support
This commit is contained in:
parent
b4b68e2295
commit
45289b09a7
2 changed files with 14 additions and 0 deletions
|
|
@ -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_EXTENDEDOP 2
|
||||||
#define SLAPI_PLUGIN_PREOPERATION 3
|
#define SLAPI_PLUGIN_PREOPERATION 3
|
||||||
#define SLAPI_PLUGIN_POSTOPERATION 4
|
#define SLAPI_PLUGIN_POSTOPERATION 4
|
||||||
|
#define SLAPI_PLUGIN_MATCHINGRULE 5
|
||||||
|
#define SLAPI_PLUGIN_SYNTAX 6
|
||||||
#define SLAPI_PLUGIN_AUDIT 7
|
#define SLAPI_PLUGIN_AUDIT 7
|
||||||
|
|
||||||
/* misc params */
|
/* 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_QUERY_OPERATOR 616
|
||||||
#define SLAPI_PLUGIN_MR_USAGE 617
|
#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 1
|
||||||
#define SLAPI_OP_LESS_OR_EQUAL 2
|
#define SLAPI_OP_LESS_OR_EQUAL 2
|
||||||
#define SLAPI_OP_EQUAL 3
|
#define SLAPI_OP_EQUAL 3
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,12 @@ LDAP_BEGIN_DECL
|
||||||
#define SLAPI_PLUGIN_MR_USAGE_INDEX 0
|
#define SLAPI_PLUGIN_MR_USAGE_INDEX 0
|
||||||
#define SLAPI_PLUGIN_MR_USAGE_SORT 1
|
#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_AVA 700
|
||||||
#define SLAPI_PLUGIN_SYNTAX_FILTER_SUB 701
|
#define SLAPI_PLUGIN_SYNTAX_FILTER_SUB 701
|
||||||
#define SLAPI_PLUGIN_SYNTAX_VALUES2KEYS 702
|
#define SLAPI_PLUGIN_SYNTAX_VALUES2KEYS 702
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue