The Samba-Bugzilla – Attachment 14896 Details for
Bug 13815
winbind causing huge timeouts/delays since 4.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
preferred patch, brings back logic for parse_domain_user return value
samba-4.11.0-fix-winbind_local_user_no_domain.patch (text/plain), 597 bytes, created by
Alexander Spannagel
on 2019-03-04 15:00:43 UTC
(
hide
)
Description:
preferred patch, brings back logic for parse_domain_user return value
Filename:
MIME Type:
Creator:
Alexander Spannagel
Created:
2019-03-04 15:00:43 UTC
Size:
597 bytes
patch
obsolete
>diff -Naur samba-4.11.0/source3/winbindd/winbindd_util.c samba-4.11.0-fix-winbind_local_user_no_domain/source3/winbindd/winbindd_util.c >--- samba-4.11.0/source3/winbindd/winbindd_util.c 2019-02-21 07:53:38.372548632 -0500 >+++ samba-4.11.0-fix-winbind_local_user_no_domain/source3/winbindd/winbindd_util.c 2019-03-02 16:27:31.126990704 -0500 >@@ -1607,7 +1607,8 @@ > fstrcpy(domain, lp_workgroup()); > fstrcpy(namespace, domain); > } else { >- fstrcpy(namespace, lp_netbios_name()); >+ /* local user and winbind_use_default_domain not set */ >+ return false; > } > } >
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 13815
:
14879
|
14880
|
14881
|
14882
|
14883
|
14891
|
14895
|
14896
|
14910