]> git.sur5r.net Git - openldap/commitdiff
Do not log attribute value
authorKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jul 2000 20:54:11 +0000 (20:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jul 2000 20:54:11 +0000 (20:54 +0000)
servers/slapd/acl.c

index cbed19b93150653000d6fe2afce86e2e5257d7f3..205e72106beb83b810853bf19e9cc231e53fc572 100644 (file)
@@ -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 ) );