]> git.sur5r.net Git - openldap/commitdiff
promoted proxyAuthz to STATS log level
authorPierangelo Masarati <ando@openldap.org>
Thu, 13 May 2004 22:47:24 +0000 (22:47 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 13 May 2004 22:47:24 +0000 (22:47 +0000)
servers/slapd/controls.c

index 838cc947ab179d8434f36ce55a87ada9b5ef904f..1a82d7f776f32de4c52c1d957c4bd1c9e15e8c67 100644 (file)
@@ -801,6 +801,9 @@ static int parseProxyAuthz (
        op->o_dn.bv_val = NULL;
        op->o_ndn = dn;
 
+       Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu PROXYAUTHZ dn=\"%s\"\n",
+           op->o_connid, op->o_opid, dn.bv_val, 0, 0 );
+
        /*
         * NOTE: since slap_sasl_getdn() returns a normalized dn,
         * from now on op->o_dn is normalized