]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc: No longer consider the DS_DIRECTORY_SERVICE_{8,9,10}_REQUIRED bits as invalid
authorAndrew Bartlett <abartlet@samba.org>
Tue, 30 May 2023 02:08:47 +0000 (14:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 May 2023 04:02:35 +0000 (04:02 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/idl/netlogon.idl
selftest/knownfail.d/getdcname

index 3a821c0a90581579783715c5b2dddc040ac7fe86..95487638bbbad7e0bb10c4ef6f87fe976dc22b1f 100644 (file)
@@ -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);
 
index 956b577459d5511972a4220540f86c49606205ee..c6d5b451971109236998eac1679bce4758d82843 100644 (file)
@@ -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