mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08: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
@ -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 New Issue
Block a user