search for: tevent_req_receiv

Displaying 3 results from an estimated 3 matches for "tevent_req_receiv".

Did you mean: tevent_req_received
2015 Nov 26
2
nitwit's attempt to edit samba source
...user [%s\\%s] " > "FAILED with error %s\n", > (state->method ? state->method->ops->name : "NO_METHOD"), > state->user_info->mapped.domain_name, > state->user_info->mapped.account_name, > nt_errstr(status))); > tevent_req_received(req); > return status; > } to: > if (tevent_req_is_nterror(req, &status)) { > DEBUG(2,("auth_check_password_recv: " > "%s authentication for user [%s\\%s] on host %s " > "FAILED with error %s\n", > (state->method ? stat...
2015 Nov 27
0
nitwit's attempt to edit samba source
...ot;, >> (state->method ? state->method->ops->name : "NO_METHOD"), >> state->user_info->mapped.domain_name, >> state->user_info->mapped.account_name, >> nt_errstr(status))); >> tevent_req_received(req); >> return status; >> } > > to: > >> if (tevent_req_is_nterror(req, &status)) { >> DEBUG(2,("auth_check_password_recv: " >> "%s authentication for user [%s\\%s] on host %s " >>...
2015 Nov 27
2
nitwit's attempt to edit samba source
Hi Viktor! Thanks for your try at this, I am already doing what you suggest: the iptables - timestaps. But that is rather troublesome, and I would very much samba to log this vital info. Anyway, I tried what you suggested, and now it stopped compiling. :-) Does this error perhaps tell you something, or are you just as clueless as I am now: > [1955/4033] Compiling source4/auth/ntlm/auth.c