mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
librpc: No longer consider the DS_DIRECTORY_SERVICE_{8,9,10}_REQUIRED bits as invalid
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
6f30eca3bb
commit
ff310caabd
@ -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);
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user