Ejemplo n.º 1
0
 def test_hNetrServerTrustPasswordsGet(self):
     dce, rpctransport = self.connect()
     resp = nrpc.hNetrServerTrustPasswordsGet(
         dce, NULL, self.username,
         nrpc.NETLOGON_SECURE_CHANNEL_TYPE.WorkstationSecureChannel,
         self.serverName, self.update_authenticator())
     resp.dump()
Ejemplo n.º 2
0
 def test_hNetrServerTrustPasswordsGet(self):
     dce, rpctransport = self.connect()
     resp = nrpc.hNetrServerTrustPasswordsGet(
         dce,
         NULL,
         self.username,
         nrpc.NETLOGON_SECURE_CHANNEL_TYPE.WorkstationSecureChannel,
         self.serverName,
         self.update_authenticator(),
     )
     resp.dump()