From: Andrew Bartlett Date: Tue, 30 May 2023 02:08:47 +0000 (+1200) Subject: librpc: No longer consider the DS_DIRECTORY_SERVICE_{8,9,10}_REQUIRED bits as invalid X-Git-Tag: talloc-2.4.1~518 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff310caabd5547b7d098ea7770869d04a58a11db;p=thirdparty%2Fsamba.git librpc: No longer consider the DS_DIRECTORY_SERVICE_{8,9,10}_REQUIRED bits as invalid Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 3a821c0a905..95487638bbb 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1174,13 +1174,9 @@ interface netlogon DS_TRY_NEXTCLOSEST_SITE | DS_DIRECTORY_SERVICE_6_REQUIRED | DS_WEB_SERVICE_REQUIRED | - /* - * For now we skip these until - * we have test for them: - * DS_DIRECTORY_SERVICE_8_REQUIRED | - * DS_DIRECTORY_SERVICE_9_REQUIRED | - * DS_DIRECTORY_SERVICE_10_REQUIRED | - */ + DS_DIRECTORY_SERVICE_8_REQUIRED | + DS_DIRECTORY_SERVICE_9_REQUIRED | + DS_DIRECTORY_SERVICE_10_REQUIRED | DS_RETURN_FLAT_NAME | DS_RETURN_DNS_NAME); diff --git a/selftest/knownfail.d/getdcname b/selftest/knownfail.d/getdcname index 956b577459d..c6d5b451971 100644 --- a/selftest/knownfail.d/getdcname +++ b/selftest/knownfail.d/getdcname @@ -1,5 +1,4 @@ ^samba.tests.getdcname.samba.tests.getdcname.GetDCNameEx.test_get_dc_direct_need_2012r2_but_not_found -^samba.tests.getdcname.samba.tests.getdcname.GetDCNameEx.test_get_dc_winbind_need_2012r2 ^samba.tests.getdcname.samba.tests.getdcname.GetDCNameEx.test_get_dc_winbind_need_2012r2_but_not_found ^samba.tests.getdcname.samba.tests.getdcname.GetDCNameEx.test_get_dc_direct_need_web_but_not_found ^samba.tests.getdcname.samba.tests.getdcname.GetDCNameEx.test_get_dc_winbind_need_web_but_not_found \ No newline at end of file