diff --git a/servers/slapd/search.c b/servers/slapd/search.c index 590817048c..8304176e77 100644 --- a/servers/slapd/search.c +++ b/servers/slapd/search.c @@ -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:;