mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Align MRA desc with AVA/SSA desc
This commit is contained in:
parent
3d632e79d8
commit
7f81edc6fa
@ -1006,11 +1006,11 @@ struct SubstringsAssertion {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct MatchingRuleAssertion {
|
struct MatchingRuleAssertion {
|
||||||
|
AttributeDescription *ma_desc; /* optional */
|
||||||
|
struct berval ma_value; /* required */
|
||||||
MatchingRule *ma_rule; /* optional */
|
MatchingRule *ma_rule; /* optional */
|
||||||
struct berval ma_rule_text; /* optional */
|
struct berval ma_rule_text; /* optional */
|
||||||
AttributeDescription *ma_desc; /* optional */
|
|
||||||
int ma_dnattrs; /* boolean */
|
int ma_dnattrs; /* boolean */
|
||||||
struct berval ma_value; /* required */
|
|
||||||
#ifdef LDAP_COMP_MATCH
|
#ifdef LDAP_COMP_MATCH
|
||||||
ComponentFilter *ma_cf; /* component filter */
|
ComponentFilter *ma_cf; /* component filter */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user