From: <mi...@st...> - 2002-12-17 15:04:51
|
Rakesh Naidu wrote: > do you you if ldapmodule-1.8 confirms to teh RFC1823 standards.. Since python-ldap is a Python module it cannot be compliant to RFC 1823 which specifies a LDAP C API. It can only be inspired by it. Also note that all LDAP C APIs available shifted away from RFC 1823 since it does not cover newer features. Most remarkable for python-ldap 2.0.x is that OpenLDAP 2.x implements draft-ietf-ldapext-ldap-c-api. This draft is expired though. Ciao, Michael. |