This commit is contained in:
Kurt Zeilenga 2004-06-22 19:49:00 +00:00
parent 3917d2b15d
commit 4e6ed7072d

View File

@ -1333,14 +1333,13 @@ int connection_read(ber_socket_t s)
rc = dnX509peerNormalize( ssl, &authid ); rc = dnX509peerNormalize( ssl, &authid );
if ( rc != LDAP_SUCCESS ) { if ( rc != LDAP_SUCCESS ) {
#ifdef NEW_LOGGING #ifdef NEW_LOGGING
LDAP_LOG( CONNECTION, INFO, LDAP_LOG( CONNECTION, INFO, "connection_read: "
"connection_read: conn %lu unable to get TLS client DN, " "conn %lu unable to get TLS client DN, error %d\n",
"error %d\n", c->c_connid, rc, 0 ); c->c_connid, rc, 0 );
#else #else
Debug( LDAP_DEBUG_TRACE, Debug( LDAP_DEBUG_TRACE, "connection_read(%d): "
"connection_read(%d): unable to get TLS client DN " "unable to get TLS client DN, error=%d id=%lu\n",
"error=%d id=%lu\n", s, rc, c->c_connid );
s, rc, c->c_connid );
#endif #endif
} }
slap_sasl_external( c, c->c_tls_ssf, &authid ); slap_sasl_external( c, c->c_tls_ssf, &authid );