From: David Mulder Date: Thu, 17 Sep 2020 19:27:41 +0000 (-0600) Subject: samba-tool: Enable pydns without ad dc X-Git-Tag: tevent-0.11.0~1602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed09b307f6fcdf3189a02f34c9a4c1ba243e586;p=thirdparty%2Fsamba.git samba-tool: Enable pydns without ad dc Signed-off-by: David Mulder Reviewed-by: Andrew Bartlett --- diff --git a/selftest/knownfail.d/gpo b/selftest/knownfail.d/gpo deleted file mode 100644 index 05e6226bca7..00000000000 --- a/selftest/knownfail.d/gpo +++ /dev/null @@ -1 +0,0 @@ -^samba.tests.imports diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index e97c85de44a..85ffb4c7b2f 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -103,5 +103,4 @@ bld.SAMBA_PYTHON('python_dsdb_dns', source='pydns.c', deps='samdb %s %s dnsserver_common %s' % ( pyldb_util, pyrpc_util, pytalloc_util), - realname='samba/dsdb_dns.so', - enabled=bld.AD_DC_BUILD_IS_ENABLED()) + realname='samba/dsdb_dns.so')