manu@OpenLDAP.org wrote:
acl.c 1.342 -> 1.343 Add ACL <who> regex-substitution from attribute value submatches. Cf ITS#5804
This change:
acl_string_expand( struct berval *bv, struct berval *pat, - char *match, - int nmatch, - regmatch_t *matches) + char *dn_match, + char *val_match, + AclRegexMatches *matches)
needs to update the acl_string_expand() call at aci.c:406 to match.