Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ab44ee7f
Commit
ab44ee7f
authored
Oct 12, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Oct 23, 2020
Browse files
ITS#9366 Check ldap_install_tls return and remove connection if failed
parent
a6779362
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/conn.c
View file @
ab44ee7f
...
...
@@ -520,7 +520,7 @@ retry:;
* using it instead of the
* configured URI? */
if
(
rs
->
sr_err
==
LDAP_SUCCESS
)
{
ldap_install_tls
(
msc
->
msc_ld
);
rs
->
sr_err
=
ldap_install_tls
(
msc
->
msc_ld
);
}
else
if
(
rs
->
sr_err
==
LDAP_REFERRAL
)
{
/* FIXME: LDAP_OPERATIONS_ERROR? */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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