Skip to content
Snippets Groups Projects
Commit 56ebee78 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

return more descriptive error text

parent 16937cb9
Branches
Tags
No related merge requests found
......@@ -217,7 +217,7 @@ do_search(
timelimit, filter, fstr, attrs, attrsonly );
} else {
send_ldap_result( conn, op, rc = LDAP_UNWILLING_TO_PERFORM,
NULL, "Function not implemented", NULL, NULL );
NULL, "search function not implemented", NULL, NULL );
}
return_results:;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment