|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/share/doc/python-ldap-2.2.0/ |
Upload File : |
*** List of things to-do in no particular order ***
General:
- Define common Python style license for all modules
Modules/
- Validating server's certificate when calling start_tls_s() or
ldap.initialize('ldaps://..')
- General support for controls
- VLV control
- server-side sorting control
- Binding in DSA control mode (rewrite necessary)
- Persistent search control
- Support for Win32 (and other platforms?)
- Support LDAP Extended Operations by wrapping
ldap_extended_operation() and ldap_parse_extended_result()
- Set Password ext. op.
- Wrap ldap_bv2dn, ldap_str2dn ldap_dn2bv, ldap_dn2str,
ldap_bv2rdn, ldap_str2rdn, ldap_rdn2bv, ldap_rdn2str,
ldap_dn_normalize and implement explode_dn() and
explode_rdn() in ldap.functions module with these
functions.
- Add l_ldap_sasl_bind() and abandon l_ldap_bind().
l_ldap_sasl_bind_s() should be replaced by a wrapper
method in ldap.ldapobject.LDAPObject.
Lib/
- Caching of search requests for each LDAPObject instance
- LDIF parser for replication logs and change records
- DSMLv2 support
Tests/
- Clean up and finish the mess of small test scripts started.
- Create a test script that exercises everything with a server
holding the BLITS test data set
------------------------------------------------------------------
$Id: TODO,v 1.25 2004/05/18 18:55:35 stroeder Exp $