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

promoted proxyAuthz to STATS log level

parent 1543d3b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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