Module ldap :: Class LdapData
[hide private]
[frames] | no frames]

Class LdapData

source code

Class representing the logical information in the GLUE entry. Given the LDIF GLUE, represent it as an object.

Instance Methods [hide private]
 
__init__(self, data, multi=False) source code
 
__hash__(self) source code
 
__str__(self) source code
 
__eq__(ldif1, ldif2) source code
Class Variables [hide private]
  glue = {}
Dictionary representing the GLUE attributes.
  objectClass = []
A list of the GLUE objectClasses this entry implements.
  dn = []
A list containing the components of the DN.
Class Variable Details [hide private]

glue

Dictionary representing the GLUE attributes. The keys are the GLUE entries, minus the "Glue" prefix. The values are the entries loaded from the LDIF. If multi=True was passed to the constructor, then these are all tuples. Otherwise, it is just a single string.

Value:
{}