]> git.sur5r.net Git - openldap/commitdiff
log set in ACL (ITS#2949)
authorPierangelo Masarati <ando@openldap.org>
Mon, 8 Mar 2004 11:09:49 +0000 (11:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 8 Mar 2004 11:09:49 +0000 (11:09 +0000)
servers/slapd/aclparse.c

index 7d323dd26f39604d5bcd789d85457643acb5868c..3eb78ea954eb9b6110168468de5b23ddf311f810 100644 (file)
@@ -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 );