コード例 #1
0
 def __init__(self, hostname=None, ad=None):
     ADComputer.__init__(self, hostname)
     self.ad = ad
     # Primary LDAP connection
     self.ldap = None
     # Secondary LDAP connection
     self.resolverldap = None
     # GC LDAP connection
     self.gcldap = None
コード例 #2
0
ファイル: domain.py プロジェクト: GooWen/BloodHound.py
 def __init__(self, hostname=None, ad=None):
     ADComputer.__init__(self, hostname)
     self.ad = ad
     # Primary LDAP connection
     self.ldap = None
     # Secondary LDAP connection
     self.resolverldap = None
     # GC LDAP connection
     self.gcldap = None
     # Initialize GUID map
     self.objecttype_guid_map = dict()
コード例 #3
0
ファイル: domain.py プロジェクト: listinvest/BloodHound.py
 def __init__(self, hostname=None, ad=None):
     ADComputer.__init__(self, hostname)
     self.ad = ad
     self.ldap = None
     self.gcldap = None