From 6d38af2689d4698cafc99868f53eb289b8ac3199 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 13 Sep 2007 17:54:49 +0000 Subject: [PATCH] improve error message --- servers/slapd/back-ldap/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 882058302a..eb3d49703b 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -1462,7 +1462,7 @@ retry:; if ( op->o_callback == &cb ) op->o_callback = cb.sc_next; op->o_tag = o_tag; - rs->sr_text = "Internal proxy bind failure"; + rs->sr_text = "Proxy can't contact remote server"; send_ldap_result( op, rs ); } -- 2.39.5