*** winbindd_pam.c 2012-08-15 11:53:44.000000000 +0100 --- winbindd_pam.c.new 2012-08-15 11:53:38.000000000 +0100 *************** *** 647,652 **** --- 647,659 ---- renewal_until, false); + { + NTSTATUS status; + status = winbindd_add_memory_creds( user, uid, pass); + DEBUG(10, ("winbindd_add_memory_creds returned: %s\n", + nt_errstr(status))); + } + if (!NT_STATUS_IS_OK(result)) { DEBUG(10,("winbindd_raw_kerberos_login: failed to add ccache to list: %s\n", nt_errstr(result)));