mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
s3: Use the right uid winbindd_raw_kerberos_login()
This commit is contained in:
parent
a881d6ab86
commit
92e138f920
@ -553,7 +553,7 @@ static NTSTATUS winbindd_raw_kerberos_login(struct winbindd_domain *domain,
|
||||
|
||||
cc = generate_krb5_ccache(state->mem_ctx,
|
||||
state->request->data.auth.krb5_cc_type,
|
||||
state->request->data.auth.uid,
|
||||
uid,
|
||||
&user_ccache_file);
|
||||
if (cc == NULL) {
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user