class documentation

Converting LDAP objects to LDIF. Object consists of DN and pairs of attribute keys and lists of values. The result is a number of lines in LDIF format for every key/value pair including DN.

Method test_byte_string DN and attribute keys and values are byte strings
Method test_unicode_string DN and attribute keys and values are unicode string
Method test_wireable_object DN and attribute values are objects with toWire method returning bytes representation
def test_byte_string(self): (source)

DN and attribute keys and values are byte strings

def test_unicode_string(self): (source)

DN and attribute keys and values are unicode string

def test_wireable_object(self): (source)

DN and attribute values are objects with toWire method returning bytes representation