/* log authorization identity demotion */
if ( op->o_conn->c_dn.bv_len ) {
Statslog( LDAP_DEBUG_STATS,
- "conn=%lu op=%lu BIND anonymous mech=implicit ssf=0",
+ "conn=%lu op=%lu BIND anonymous mech=implicit ssf=0\n",
op->o_connid, op->o_opid, 0, 0, 0 );
}
slapd_remove( sd, 0 );
Statslog( LDAP_DEBUG_STATS,
- "conn=%lu fd=%d closed\n",
- connid, sd, 0, 0, 0 );
+ "conn=%lu fd=%ld closed\n",
+ connid, (long) sd, 0, 0, 0 );
}
ber_sockbuf_free( c->c_sb );
{
/* DENY ACCESS */
Statslog( LDAP_DEBUG_STATS,
- "fd=%ld DENIED from %s (%s)",
+ "fd=%ld DENIED from %s (%s)\n",
(long) s,
dnsname != NULL ? dnsname : SLAP_STRING_UNKNOWN,
peeraddr != NULL ? peeraddr : SLAP_STRING_UNKNOWN,
( op->o_conn->c_dn.bv_len != 0 ) )
{
Statslog( LDAP_DEBUG_STATS,
- "conn=%lu op=%lu AUTHZ anonymous mech=starttls ssf=0",
+ "conn=%lu op=%lu AUTHZ anonymous mech=starttls ssf=0\n",
op->o_connid, op->o_opid, 0, 0, 0 );
/* force to anonymous */