mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pam_winbind: Fix Bug 15771
Bug: https://bugzilla.samba.org/show_bug.cgi?id=15771
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 7e8bfe738a
)
Autobuild-User(v4-20-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-20-test): Thu Dec 19 10:40:28 UTC 2024 on atb-devel-224
This commit is contained in:
parent
af0bcf35f4
commit
4d043ea5e5
@ -2525,6 +2525,7 @@ static char* winbind_upn_to_username(struct pwb_context *ctx,
|
|||||||
/* Convert the UPN to a SID */
|
/* Convert the UPN to a SID */
|
||||||
|
|
||||||
wbc_status = wbcCtxLookupName(ctx->wbc_ctx, domain, name, &sid, &type);
|
wbc_status = wbcCtxLookupName(ctx->wbc_ctx, domain, name, &sid, &type);
|
||||||
|
TALLOC_FREE(name);
|
||||||
if (!WBC_ERROR_IS_OK(wbc_status)) {
|
if (!WBC_ERROR_IS_OK(wbc_status)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user