improve error message

This commit is contained in:
Pierangelo Masarati 2007-09-13 17:54:49 +00:00
parent a09b4c5f20
commit 6d38af2689

View file

@ -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 );
}