Skip to content
Snippets Groups Projects
Commit cbe9c746 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

return LDAP_SUCCESS if Start TLS failed but was not critical

parent 5ae22791
Branches
Tags
No related merge requests found
......@@ -347,6 +347,9 @@ retry:;
ldap_unbind_ext_s( ld, NULL, NULL );
goto error_return;
}
/* in case Start TLS is not critical */
rs->sr_err = LDAP_SUCCESS;
}
#endif /* HAVE_TLS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment