Skip to content
Snippets Groups Projects
Commit bda82f89 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

improve error message

parent ebc6050a
No related branches found
No related tags found
No related merge requests found
...@@ -1462,7 +1462,7 @@ retry:; ...@@ -1462,7 +1462,7 @@ retry:;
if ( op->o_callback == &cb ) if ( op->o_callback == &cb )
op->o_callback = cb.sc_next; op->o_callback = cb.sc_next;
op->o_tag = o_tag; 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 ); send_ldap_result( op, rs );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment