mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
log set in ACL (ITS#2949)
This commit is contained in:
parent
2d8467d480
commit
ac0d45179f
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user