forked from p15670423/monkey
fix
This commit is contained in:
parent
0fa14d631c
commit
6d5d8595a0
|
@ -244,6 +244,10 @@ class Machine(object):
|
||||||
|
|
||||||
return found
|
return found
|
||||||
|
|
||||||
|
@cache
|
||||||
|
def IsCriticalServer(self):
|
||||||
|
return len(self.GetCriticalServicesInstalled()) > 0
|
||||||
|
|
||||||
@cache
|
@cache
|
||||||
def GetUsernamesBySecret(self, secret):
|
def GetUsernamesBySecret(self, secret):
|
||||||
sam = self.GetLocalSecrets()
|
sam = self.GetLocalSecrets()
|
||||||
|
|
Loading…
Reference in New Issue