Package ldaptor :: Package protocols :: Package ldap :: Module ldifprotocol
[hide private]
[frames] | no frames]

Module ldifprotocol

source code

Classes [hide private]
  LDIFParseError
Error parsing LDIF.
  LDIFLineWithoutSemicolonError
LDIF line without semicolon seen
  LDIFEntryStartsWithNonDNError
LDIF entry starts with a non-DN line
  LDIFEntryStartsWithSpaceError
Invalid LDIF value format
  LDIFVersionNotANumberError
Non-numeric LDIF version number
  LDIFUnsupportedVersionError
LDIF version not supported
  LDIFTruncatedError
LDIF appears to be truncated
  LDIF
Variables [hide private]
  HEADER = 'HEADER'
  WAIT_FOR_DN = 'WAIT_FOR_DN'
  IN_ENTRY = 'IN_ENTRY'
  __package__ = 'ldaptor.protocols.ldap'