mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
promoted proxyAuthz to STATS log level
This commit is contained in:
parent
1543d3b95b
commit
2e09e645ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue