Example #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
Example #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()
Example #3
0
 def __init__(self, hostname=None, ad=None):
     ADComputer.__init__(self, hostname)
     self.ad = ad
     self.ldap = None
     self.gcldap = None