1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r11414: Add passing around of logon_parameters to Samba4 auth_winbind

Andrew Bartlett
(This used to be commit 7e3c22f57b)
This commit is contained in:
Andrew Bartlett 2005-10-31 06:08:11 +00:00 committed by Gerald (Jerry) Carter
parent 55c6d93184
commit 87d9cd202a

View File

@ -71,6 +71,9 @@ static NTSTATUS winbind_check_password(struct auth_method_context *ctx,
ZERO_STRUCT(request);
ZERO_STRUCT(response);
request.flags = WBFLAG_PAM_INFO3_NDR;
request.data.auth_crap.logon_parameters = user_info->logon_parameters;
winbind_strcpy(request.data.auth_crap.user,
user_info->client.account_name);
winbind_strcpy(request.data.auth_crap.domain,