mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Do not log attribute value
This commit is contained in:
parent
3ad45a0662
commit
efb7672dde
@ -366,8 +366,8 @@ acl_mask(
|
||||
e->e_dn, attr, 0 );
|
||||
|
||||
Debug( LDAP_DEBUG_ACL,
|
||||
"=> acl_mask: to value \"%s\" by \"%s\", (%s) \n",
|
||||
val ? val->bv_val : "*",
|
||||
"=> acl_mask: to %s by \"%s\", (%s) \n",
|
||||
val ? "value" : "all values",
|
||||
op->o_ndn ? op->o_ndn : "",
|
||||
accessmask2str( *mask, accessmaskbuf ) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user