mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
promoted proxyAuthz to STATS log level
This commit is contained in:
parent
1543d3b95b
commit
2e09e645ba
@ -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 New Issue
Block a user