mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
Default ACL clause should be "by * none stop" not "by * stop".
That is, default rule should set permissions to none.
This commit is contained in:
parent
6e077505e9
commit
9a0b6e92d7
1 changed files with 4 additions and 1 deletions
|
|
@ -970,8 +970,11 @@ acl_mask(
|
|||
}
|
||||
}
|
||||
|
||||
/* implicit "by * none" clause */
|
||||
ACL_INIT(*mask);
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "aci", LDAP_LEVEL_RESULTS,
|
||||
LDAP_LOG(( "acl", LDAP_LEVEL_RESULTS,
|
||||
"acl_mask: conn %d no more <who> clauses, returning %d (stop)\n",
|
||||
conn->c_connid, accessmask2str( *mask, accessmaskbuf) ));
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue