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:
parent
55c6d93184
commit
87d9cd202a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user