mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
handle "dn=*" <what> clause
This commit is contained in:
parent
2a55844da3
commit
3a9fd69747
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ parse_acl(
|
|||
{
|
||||
free( a->acl_dn_pat.bv_val );
|
||||
BER_BVZERO( &a->acl_dn_pat );
|
||||
a->acl_dn_style = ACL_STYLE_REGEX;
|
||||
}
|
||||
|
||||
if ( !BER_BVISEMPTY( &a->acl_dn_pat ) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue