From: Stefan Metzmacher Date: Wed, 9 Aug 2023 15:32:11 +0000 (+0200) Subject: s3:selftest: also run rpc.mgmt against the nt4_dc (and ad_dc) X-Git-Tag: talloc-2.4.2~1268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a290dcb9456ce1b855fe426e197f0edad27a747;p=thirdparty%2Fsamba.git s3:selftest: also run rpc.mgmt against the nt4_dc (and ad_dc) Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 9d706d9b7a5..2877273b8e1 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -1061,6 +1061,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.smb-reauth2", "rpc.samba3.lsa_over_netlogon", "rpc.samba3.pipes_supported_interfaces", + "rpc.mgmt", "rpc.svcctl", "rpc.ntsvcs", "rpc.winreg",