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:
committed by
Gerald (Jerry) Carter
parent
0844dbf597
commit
eee5327dc2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user