The Samba-Bugzilla – Attachment 1810 Details for
Bug 3345
Patch to 3.0.20b to add RFC2307 capabilities to winbind
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch to fix const problem with compilers other than gcc
samba-3.0.21c-rfc2307-2.patch (text/plain), 550 bytes, created by
Howard Wilkinson
on 2006-03-17 08:22:43 UTC
(
hide
)
Description:
Additional patch to fix const problem with compilers other than gcc
Filename:
MIME Type:
Creator:
Howard Wilkinson
Created:
2006-03-17 08:22:43 UTC
Size:
550 bytes
patch
obsolete
>diff -ruN samba-3.0.21c-save/source/sam/idmap_ad.c samba-3.0.21c/source/sam/idmap_ad.c >--- samba-3.0.21c-save/source/sam/idmap_ad.c 2006-03-17 13:17:15.000000000 +0000 >+++ samba-3.0.21c/source/sam/idmap_ad.c 2006-03-17 13:19:05.000000000 +0000 >@@ -256,7 +256,7 @@ > { > ADS_STATUS rc; > NTSTATUS status = NT_STATUS_NONE_MAPPED; >- const char *attrs[] = { "sAMAccountType", attr_uidnumber, attr_gidnumber, NULL }; >+ char *attrs[] = { "sAMAccountType", attr_uidnumber, attr_gidnumber, NULL }; > void *res = NULL; > void *msg = NULL; > char *expr = NULL;
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 3345
:
1629
|
1762
|
1779
|
1810
|
1811
|
1814
|
1817
|
1845
|
1892