mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Enable winreg Python tests - authentication works now.
This commit is contained in:
@ -59,4 +59,3 @@ samba4.ntvfs.cifs.raw.
|
||||
^samba4.net.api.become.dc.*$ # Fails
|
||||
nss.test # Fails
|
||||
raw.offline # Samba 4 doesn't have much offline support yet
|
||||
winreg* #Does not authenticate against the target server
|
||||
|
@ -25,7 +25,8 @@ from samba.tests import RpcInterfaceTestCase
|
||||
|
||||
class RpcEchoTests(RpcInterfaceTestCase):
|
||||
def setUp(self):
|
||||
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
|
||||
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm(),
|
||||
self.get_credentials())
|
||||
|
||||
def test_two_contexts(self):
|
||||
self.conn2 = echo.rpcecho("ncalrpc:", self.get_loadparm(), basis_connection=self.conn)
|
||||
|
Reference in New Issue
Block a user