예제 #1
0
    def test_hSAGetNSAccountInformation(self):
        dce, rpctransport = self.connect(self.stringBindingAtSvc,
                                         sasec.MSRPC_UUID_SASEC)

        resp = sasec.hSAGetNSAccountInformation(dce, NULL, 25)
        resp.dump()
예제 #2
0
    def test_hSAGetNSAccountInformation(self):
        dce, rpctransport = self.connect(self.stringBindingAtSvc, sasec.MSRPC_UUID_SASEC)

        resp = sasec.hSAGetNSAccountInformation(dce, NULL, 15)
        resp.dump()
예제 #3
0
 def test_hSAGetNSAccountInformation(self):
     dce, rpc_transport = self.connect()
     resp = sasec.hSAGetNSAccountInformation(dce, NULL, 25)
     resp.dump()