mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Align MRA desc with AVA/SSA desc
This commit is contained in:
parent
3d632e79d8
commit
7f81edc6fa
1 changed files with 2 additions and 2 deletions
|
|
@ -1006,11 +1006,11 @@ struct SubstringsAssertion {
|
|||
};
|
||||
|
||||
struct MatchingRuleAssertion {
|
||||
AttributeDescription *ma_desc; /* optional */
|
||||
struct berval ma_value; /* required */
|
||||
MatchingRule *ma_rule; /* optional */
|
||||
struct berval ma_rule_text; /* optional */
|
||||
AttributeDescription *ma_desc; /* optional */
|
||||
int ma_dnattrs; /* boolean */
|
||||
struct berval ma_value; /* required */
|
||||
#ifdef LDAP_COMP_MATCH
|
||||
ComponentFilter *ma_cf; /* component filter */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue