]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool: Enable pydns without ad dc
authorDavid Mulder <dmulder@suse.com>
Thu, 17 Sep 2020 19:27:41 +0000 (13:27 -0600)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 10 Mar 2021 21:43:34 +0000 (21:43 +0000)
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail.d/gpo [deleted file]
source4/dns_server/wscript_build

diff --git a/selftest/knownfail.d/gpo b/selftest/knownfail.d/gpo
deleted file mode 100644 (file)
index 05e6226..0000000
+++ /dev/null
@@ -1 +0,0 @@
-^samba.tests.imports
index e97c85de44a81f6ff69e80210178205911ffa671..85ffb4c7b2f996c94c4d75664a1b2a5a075c62bf 100644 (file)
@@ -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')