-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
29 lines (24 loc) · 955 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*** 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()
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.27 2007/07/16 10:57:01 stroeder Exp $