The Samba-Bugzilla – Attachment 433 Details for
Bug 1165
Samba ADS Kerberos login doesnt resolve correct groups when smbd is su'ing to the uid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix fill_domain_username()
look (text/plain), 755 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2004-03-11 06:21:27 UTC
(
hide
)
Description:
patch to fix fill_domain_username()
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2004-03-11 06:21:27 UTC
Size:
755 bytes
patch
obsolete
>Index: nsswitch/winbindd_util.c >=================================================================== >RCS file: /data/cvs/samba/source/nsswitch/winbindd_util.c,v >retrieving revision 1.73.2.47 >diff -u -r1.73.2.47 winbindd_util.c >--- nsswitch/winbindd_util.c 10 Feb 2004 03:51:19 -0000 1.73.2.47 >+++ nsswitch/winbindd_util.c 11 Mar 2004 14:20:23 -0000 >@@ -568,13 +568,17 @@ > */ > void fill_domain_username(fstring name, const char *domain, const char *user) > { >+# if 0 /* JERRY - break secondary groups */ > if (assume_domain(domain)) { > strlcpy(name, user, sizeof(fstring)); > } else { >+#endif /* JERRY */ > slprintf(name, sizeof(fstring) - 1, "%s%s%s", > domain, lp_winbind_separator(), > user); >+#if 0 /* JERRY */ > } >+#endif /* JERRY */ > } > > /*
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 1165
:
431
|
433
|
441
|
442