mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
3917d2b15d
commit
4e6ed7072d
@ -1333,14 +1333,13 @@ int connection_read(ber_socket_t s)
|
||||
rc = dnX509peerNormalize( ssl, &authid );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( CONNECTION, INFO,
|
||||
"connection_read: conn %lu unable to get TLS client DN, "
|
||||
"error %d\n", c->c_connid, rc, 0 );
|
||||
LDAP_LOG( CONNECTION, INFO, "connection_read: "
|
||||
"conn %lu unable to get TLS client DN, error %d\n",
|
||||
c->c_connid, rc, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"connection_read(%d): unable to get TLS client DN "
|
||||
"error=%d id=%lu\n",
|
||||
s, rc, c->c_connid );
|
||||
Debug( LDAP_DEBUG_TRACE, "connection_read(%d): "
|
||||
"unable to get TLS client DN, error=%d id=%lu\n",
|
||||
s, rc, c->c_connid );
|
||||
#endif
|
||||
}
|
||||
slap_sasl_external( c, c->c_tls_ssf, &authid );
|
||||
|
Loading…
Reference in New Issue
Block a user