Skip to content
Snippets Groups Projects
Commit ac0d4517 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

log set in ACL (ITS#2949)

parent 2d8467d4
No related branches found
No related tags found
No related merge requests found
......@@ -1650,6 +1650,10 @@ print_access( Access *b )
fprintf( stderr, " sockurl=\"%s\"", b->a_sockurl_pat.bv_val );
}
if ( b->a_set_pat.bv_len != 0 ) {
fprintf( stderr, " set=\"%s\"", b->a_set_pat.bv_val );
}
#ifdef SLAPD_ACI_ENABLED
if ( b->a_aci_at != NULL ) {
fprintf( stderr, " aci=%s", b->a_aci_at->ad_cname.bv_val );
......
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