1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r25181: sync winbind client code with samba3

NOTE: wbinfo.c isn't fully merged here

metze
This commit is contained in:
Stefan Metzmacher
2007-09-15 20:09:29 +00:00
committed by Gerald (Jerry) Carter
parent 0844dbf597
commit eee5327dc2
10 changed files with 459 additions and 398 deletions

View File

@@ -109,7 +109,7 @@ static NTSTATUS winbind_check_password_samba3(struct auth_method_context *ctx,
memcpy(request.data.auth_crap.nt_resp, user_info->password.response.nt.data,
request.data.auth_crap.nt_resp_len);
result = winbindd_request(WINBINDD_PAM_AUTH_CRAP, &request, &response);
result = winbindd_request_response(WINBINDD_PAM_AUTH_CRAP, &request, &response);
nt_status = NT_STATUS(response.data.auth.nt_status);
NT_STATUS_NOT_OK_RETURN(nt_status);