Example #1
0
 def test_hLsarEnumerateAccountsWithUserRight(self):
     dce, rpctransport, policyHandle = self.connect()
     resp = lsad.hLsarEnumerateAccountsWithUserRight(dce,policyHandle, 'SeSystemtimePrivilege')
     resp.dump()
 def test_hLsarEnumerateAccountsWithUserRight(self):
     dce, rpctransport, policyHandle = self.connect()
     resp = lsad.hLsarEnumerateAccountsWithUserRight(
         dce, policyHandle, 'SeSystemtimePrivilege')
     resp.dump()