Skip to content
Snippets Groups Projects
Commit 5dbf4bdd authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

Add a flag to help the value_* functions know whether they are seeing

a full value (in attribute type syntax) or a value in the syntax of
the matching rule (as happens in filters).
parent be89c094
Branches
Tags
No related merge requests found
......@@ -345,6 +345,8 @@ typedef struct slap_matching_rule {
/* this is used to kludge objectClass testing */
#define SLAP_MR_MODIFY_MATCHING 0x0001U
/* are we matching from a mr asserted value or a real value */
#define SLAP_MR_VALUE_IS_IN_MR_SYNTAX 0x0002U
Syntax *smr_syntax;
slap_mr_convert_func *smr_convert;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment