Esempio n. 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
Esempio n. 2
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
     # Initialize GUID map
     self.objecttype_guid_map = dict()
Esempio n. 3
0
 def __init__(self, hostname=None, ad=None):
     ADComputer.__init__(self, hostname)
     self.ad = ad
     self.ldap = None
     self.gcldap = None