The Samba-Bugzilla – Attachment 14215 Details for
Bug 13331
--without-ldap breaks build unless --disable-python is given as well
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-8-test
tmp48.diff.txt (text/plain), 1.29 KB, created by
Stefan Metzmacher
on 2018-05-24 06:04:28 UTC
(
hide
)
Description:
Patch for v4-8-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2018-05-24 06:04:28 UTC
Size:
1.29 KB
patch
obsolete
>From 223d3f1ed782af2b251962ada8cce190933fff7e Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sat, 3 Feb 2018 07:07:55 +0100 >Subject: [PATCH] libgpo: Fix the build --without-ads > >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: David Disseldorp <ddiss@samba.org> > >Autobuild-User(master): David Disseldorp <ddiss@samba.org> >Autobuild-Date(master): Tue Feb 6 15:36:01 CET 2018 on sn-devel-144 > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=13331 > >(cherry picked from commit a222b7506b53e689708834237f18877231dca589) >--- > libgpo/pygpo.c | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/libgpo/pygpo.c b/libgpo/pygpo.c >index 7a02a0d..b6b53b7 100644 >--- a/libgpo/pygpo.c >+++ b/libgpo/pygpo.c >@@ -319,6 +319,7 @@ static PyObject *py_gpo_get_sysvol_gpt_version(PyObject * self, > return result; > } > >+#ifdef HAVE_ADS > static ADS_STATUS find_samaccount(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, > const char *samaccountname, > uint32_t *uac_ret, const char **dn_ret) >@@ -468,11 +469,15 @@ out: > return ret; > } > >+#endif >+ > static PyMethodDef ADS_methods[] = { > { "connect", (PyCFunction)py_ads_connect, METH_NOARGS, > "Connect to the LDAP server" }, >+#ifdef HAVE_ADS > { "get_gpo_list", (PyCFunction)py_ads_get_gpo_list, METH_KEYWORDS, > NULL }, >+#endif > { NULL } > }; > >-- >1.9.1 >
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
Flags:
vl
:
review+
ddiss
:
review+
Actions:
View
Attachments on
bug 13331
: 14215