The Samba-Bugzilla – Attachment 14444 Details for
Bug 13503
getpwnam resolves local system accounts to AD accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch without test for v4.8
0001-s3-winbind-Do-not-lookup-local-system-accounts-in-AD.patch (text/plain), 972 bytes, created by
Andreas Schneider
on 2018-08-23 08:11:02 UTC
(
hide
)
Description:
patch without test for v4.8
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2018-08-23 08:11:02 UTC
Size:
972 bytes
patch
obsolete
>From 6321ca9058c764c42f6f33c7dfd9ecc464afd6f3 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Mon, 2 Jul 2018 16:38:01 +0200 >Subject: [PATCH] s3:winbind: Do not lookup local system accounts in AD > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13503 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Ralph Boehme <slow@samba.org> >(cherry picked from commit 9f28d30633af721efec02d8816a9fa48f795a01c) >--- > source3/winbindd/winbindd_util.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c >index aa633419c9a..7a5fb73cdef 100644 >--- a/source3/winbindd/winbindd_util.c >+++ b/source3/winbindd/winbindd_util.c >@@ -1605,6 +1605,8 @@ bool parse_domain_user(const char *domuser, > } else if (assume_domain(lp_workgroup())) { > fstrcpy(domain, lp_workgroup()); > fstrcpy(namespace, domain); >+ } else { >+ fstrcpy(namespace, lp_netbios_name()); > } > } > >-- >2.18.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13503
:
14280
|
14405
| 14444