From 8e0a4e7e6f8935b41e6e4ca77ef75f3e766d6eef Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 28 Aug 2006 23:01:30 +0000 Subject: r17897: Store the uid in the memory creds. Don't request the krb5 refresh creds when doing cached NTLM auth, request the memory creds instead. Jeremy. (This used to be commit 310ac0b226edcfd5bedc2c3305a05993db20c7af) --- source3/nsswitch/winbindd_pam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/winbindd_pam.c') diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index f87749abed..dbd52092ef 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -1271,6 +1271,7 @@ process_result: /* Store in-memory creds for single-signon using ntlm_auth. */ result = winbindd_add_memory_creds(state->request.data.auth.user, + get_uid_from_state(state), state->request.data.auth.pass); if (!NT_STATUS_IS_OK(result)) { -- cgit