mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
consistently use o_log_prefix
This commit is contained in:
parent
8ef19246dc
commit
05b9123a03
@ -722,9 +722,9 @@ slap_sasl_authorize(
|
|||||||
ok:
|
ok:
|
||||||
if (conn->c_sasl_bindop) {
|
if (conn->c_sasl_bindop) {
|
||||||
Statslog( LDAP_DEBUG_STATS,
|
Statslog( LDAP_DEBUG_STATS,
|
||||||
"conn=%lu op=%lu BIND authcid=\"%s\" authzid=\"%s\"\n",
|
"%s BIND authcid=\"%s\" authzid=\"%s\"\n",
|
||||||
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
conn->c_sasl_bindop->o_log_prefix,
|
||||||
auth_identity, requested_user, 0);
|
auth_identity, requested_user, 0, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_TRACE, "SASL Authorize [conn=%ld]: "
|
Debug( LDAP_DEBUG_TRACE, "SASL Authorize [conn=%ld]: "
|
||||||
@ -826,9 +826,9 @@ ok:
|
|||||||
|
|
||||||
if ( conn->c_sasl_bindop ) {
|
if ( conn->c_sasl_bindop ) {
|
||||||
Statslog( LDAP_DEBUG_STATS,
|
Statslog( LDAP_DEBUG_STATS,
|
||||||
"conn=%lu op=%lu BIND authcid=\"%s\" authzid=\"%s\"\n",
|
"%s BIND authcid=\"%s\" authzid=\"%s\"\n",
|
||||||
conn->c_connid, conn->c_sasl_bindop->o_opid,
|
conn->c_sasl_bindop->o_log_prefix,
|
||||||
authcid, authzid ? authzid : "", 0);
|
authcid, authzid ? authzid : "", 0, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
*errstr = NULL;
|
*errstr = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user