diff options
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_pam_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_pam_auth.c b/source4/winbind/wb_pam_auth.c index 593cd22291..f85cfd1f1a 100644 --- a/source4/winbind/wb_pam_auth.c +++ b/source4/winbind/wb_pam_auth.c @@ -153,7 +153,7 @@ static void pam_auth_crap_recv_domain(struct composite_context *ctx) ZERO_STRUCT(state->auth2); - state->r.in.workstation = + state->r.in.computer_name = cli_credentials_get_workstation(domain->schannel_creds); state->r.in.credential = &state->auth; state->r.in.return_authenticator = &state->auth2; |