Skip to content
Snippets Groups Projects
Commit efb7672d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Do not log attribute value

parent 3ad45a06
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment