Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
4e6ed707
Commit
4e6ed707
authored
Jun 22, 2004
by
Kurt Zeilenga
Browse files
cleanup
parent
3917d2b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
4e6ed707
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment