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

Module ldaptor.protocols.ldap.distinguishedname

Classes
DistinguishedName LDAP Distinguished Name.
LDAPAttributeTypeAndValue  
RelativeDistinguishedName LDAP Relative Distinguished Name.

Exceptions
InvalidRelativeDistinguishedName Invalid relative distinguished name.

Function Summary
  escape(s)
  unescape(s)
  _splitOnNotEscaped(s, separator)

Variable Summary
str escapedChars = ',+"\\<>;'
str escapedChars_leading = ' #'
str escapedChars_trailing = ' #'

Variable Details

escapedChars

Type:
str
Value:
',+"\\<>;'                                                             

escapedChars_leading

Type:
str
Value:
' #'                                                                   

escapedChars_trailing

Type:
str
Value:
' #'                                                                   

Generated by Epydoc 2.1 on Tue Aug 17 17:08:22 2004 http://epydoc.sf.net