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

Module ldaptor.protocols.pureldap

LDAP protocol message conversion; no application logic here.
Classes
LDAPAddRequest  
LDAPAddResponse  
LDAPAssertionValue  
LDAPAttributeDescription  
LDAPAttributeValue  
LDAPAttributeValueAssertion  
LDAPBERDecoderContext  
LDAPBERDecoderContext_BindResponse  
LDAPBERDecoderContext_Filter  
LDAPBERDecoderContext_Filter_substrings  
LDAPBERDecoderContext_LDAPBindRequest  
LDAPBERDecoderContext_LDAPControls  
LDAPBERDecoderContext_LDAPExtendedResponse  
LDAPBERDecoderContext_LDAPMessage  
LDAPBERDecoderContext_LDAPPasswordModifyRequest  
LDAPBERDecoderContext_MatchingRuleAssertion  
LDAPBERDecoderContext_ModifyDNRequest  
LDAPBERDecoderContext_TopLevel  
LDAPBindRequest  
LDAPBindResponse  
LDAPBindResponse_serverSaslCreds  
LDAPControl  
LDAPControls  
LDAPDelRequest  
LDAPDelResponse  
LDAPExtendedRequest  
LDAPExtendedResponse  
LDAPFilter  
LDAPFilter_and  
LDAPFilter_approxMatch  
LDAPFilter_equalityMatch  
LDAPFilter_extensibleMatch  
LDAPFilter_greaterOrEqual  
LDAPFilter_lessOrEqual  
LDAPFilter_not  
LDAPFilter_or  
LDAPFilter_present  
LDAPFilter_substrings  
LDAPFilter_substrings_any  
LDAPFilter_substrings_final  
LDAPFilter_substrings_initial  
LDAPFilterSet  
LDAPMatchingRuleAssertion  
LDAPMatchingRuleAssertion_dnAttributes  
LDAPMatchingRuleAssertion_matchingRule  
LDAPMatchingRuleAssertion_matchValue  
LDAPMatchingRuleAssertion_type  
LDAPMatchingRuleId  
LDAPMessage  
LDAPModification  
LDAPModification_add  
LDAPModification_delete  
LDAPModification_replace  
LDAPModifyDNRequest  
LDAPModifyDNResponse  
LDAPModifyDNResponse_newSuperior  
LDAPModifyRequest  
LDAPModifyResponse  
LDAPOID  
LDAPPasswordModifyRequest  
LDAPPasswordModifyRequest_newPasswd  
LDAPPasswordModifyRequest_oldPasswd  
LDAPPasswordModifyRequest_userIdentity  
LDAPProtocolOp  
LDAPProtocolRequest  
LDAPProtocolResponse  
LDAPReferral  
LDAPResponse  
LDAPResponseName  
LDAPResult  
LDAPSearchRequest  
LDAPSearchResultDone  
LDAPSearchResultEntry  
LDAPString  
LDAPUnbindRequest  

Function Summary
  alloc_ldap_message_id()
  escape(s)

Variable Summary
int LDAP_DEREF_derefAlways = 3                                                                     
int LDAP_DEREF_derefFindingBaseObj = 2                                                                     
int LDAP_DEREF_derefInSearching = 1                                                                     
int LDAP_DEREF_neverDerefAliases = 0                                                                     
int LDAP_SCOPE_baseObject = 0                                                                     
int LDAP_SCOPE_singleLevel = 1                                                                     
int LDAP_SCOPE_wholeSubtree = 2                                                                     
LDAPFilter_present LDAPFilterMatchAll = LDAPFilter_present(value='objectCla...
int next_ldap_message_id = 1                                                                     

Variable Details

LDAP_DEREF_derefAlways

Type:
int
Value:
3                                                                     

LDAP_DEREF_derefFindingBaseObj

Type:
int
Value:
2                                                                     

LDAP_DEREF_derefInSearching

Type:
int
Value:
1                                                                     

LDAP_DEREF_neverDerefAliases

Type:
int
Value:
0                                                                     

LDAP_SCOPE_baseObject

Type:
int
Value:
0                                                                     

LDAP_SCOPE_singleLevel

Type:
int
Value:
1                                                                     

LDAP_SCOPE_wholeSubtree

Type:
int
Value:
2                                                                     

LDAPFilterMatchAll

Type:
LDAPFilter_present
Value:
LDAPFilter_present(value='objectClass')                                

next_ldap_message_id

Type:
int
Value:
1                                                                     

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