]> git.sur5r.net Git - openldap/commitdiff
improve error message
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 26 Sep 2007 18:20:16 +0000 (18:20 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 26 Sep 2007 18:20:16 +0000 (18:20 +0000)
servers/slapd/back-ldap/bind.c

index 882058302a1eec5140561f50aa43296cf058dd1f..eb3d49703b20f02acb6a5296f94625228998f7bb 100644 (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 );
                }