mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: Remove print attribute from getnc_exop test
This otherwise fills the logs with every object Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
c752e93fc5
commit
7f651d344b
@ -77,7 +77,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
|
||||
return req8
|
||||
|
||||
def _ds_bind(self, server_name):
|
||||
binding_str = "ncacn_ip_tcp:%s[print,seal]" % server_name
|
||||
binding_str = "ncacn_ip_tcp:%s[seal]" % server_name
|
||||
|
||||
drs = drsuapi.drsuapi(binding_str, self.get_loadparm(), self.get_credentials())
|
||||
(drs_handle, supported_extensions) = drs_DsBind(drs)
|
||||
|
Loading…
Reference in New Issue
Block a user