]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/bind.c
ITS#8142 drop client connection on remote failure
[openldap] / servers / slapd / back-ldap / bind.c
index ccaefca207919a0b85386c939e28a5afbc5e7145..d336dbb723f33b9ff25f99c33d93729c038856e9 100644 (file)
@@ -1573,6 +1573,7 @@ retry:;
                        op->o_tag = o_tag;
                        rs->sr_text = "Proxy can't contact remote server";
                        send_ldap_result( op, rs );
+                       rs->sr_err = SLAPD_DISCONNECT;
                }
 
                rc = 0;