From: Kurt Zeilenga Date: Wed, 22 Jan 2003 21:37:04 +0000 (+0000) Subject: s/AUTHZ/BIND/ for consistency with other Statslog() messages X-Git-Tag: NO_SLAP_OP_BLOCKS~535 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58bff46c7c84a663c828dac15352f99e89ee68c7;p=openldap s/AUTHZ/BIND/ for consistency with other Statslog() messages --- diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index 826954a84a..440e3b8ed7 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -67,7 +67,7 @@ do_bind( /* log authorization identity demotion */ if ( conn->c_dn.bv_len ) { Statslog( LDAP_DEBUG_STATS, - "conn=%lu op=%lu AUTHZ anonymous mech=implicit ssf=0", + "conn=%lu op=%lu BIND anonymous mech=implicit ssf=0", op->o_connid, op->o_opid, 0, 0, 0 ); } @@ -330,7 +330,7 @@ do_bind( /* log authorization identity */ Statslog( LDAP_DEBUG_STATS, - "conn=%lu op=%lu AUTHZ dn=\"%s\" mech=%s ssf=%d\n", + "conn=%lu op=%lu BIND dn=\"%s\" mech=%s ssf=%d\n", op->o_connid, op->o_opid, conn->c_dn.bv_val ? conn->c_dn.bv_val : "", conn->c_authmech.bv_val, ssf ); @@ -582,7 +582,7 @@ do_bind( } /* log authorization identity */ Statslog( LDAP_DEBUG_STATS, - "conn=%lu op=%lu AUTHZ dn=\"%s\" mech=simple (SLAPI) ssf=0\n", + "conn=%lu op=%lu BIND dn=\"%s\" mech=simple (SLAPI) ssf=0\n", op->o_connid, op->o_opid, conn->c_dn.bv_val, 0, 0 ); ldap_pvt_thread_mutex_unlock( &conn->c_mutex ); @@ -635,7 +635,7 @@ do_bind( /* log authorization identity */ Statslog( LDAP_DEBUG_STATS, - "conn=%lu op=%lu AUTHZ dn=\"%s\" mech=simple ssf=0\n", + "conn=%lu op=%lu BIND dn=\"%s\" mech=simple ssf=0\n", op->o_connid, op->o_opid, conn->c_dn.bv_val, conn->c_authmech.bv_val, 0 );