--- a/source4/ntp_signd/ntp_signd.c 2012-06-18 11:12:56.822163878 +0200 +++ b/source4/ntp_signd/ntp_signd.c 2012-06-18 11:13:25.327164679 +0200 @@ -180,8 +180,12 @@ } if (res->count == 0) { - DEBUG(5, ("Failed to find SID %s in SAM for NTP signing\n", + DEBUG(2, ("Failed to find SID %s in SAM for NTP signing\n", dom_sid_string(mem_ctx, sid))); + return signing_failure(ntp_signd_conn, + mem_ctx, + output, + sign_request.packet_id); } else if (res->count != 1) { DEBUG(1, ("Found SID %s %u times in SAM for NTP signing\n", dom_sid_string(mem_ctx, sid), res->count));