Module: sip-router Branch: janakj/ldap Commit: 0d793e63a790508e71854d00a4e861c9366d6337 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d793e63...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue May 13 12:35:12 2008 +0000
- todo list updated
---
modules/db_ldap/todo.txt | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/modules/db_ldap/todo.txt b/modules/db_ldap/todo.txt index 14fb139..7f78010 100644 --- a/modules/db_ldap/todo.txt +++ b/modules/db_ldap/todo.txt @@ -27,7 +27,7 @@ operators, only <= and >=. Currently the ldap driver simply uses <= instead of < and >= instead of >. We need a better implementation of this.
-* Implement Support For Other Than str Parameters +X Implement Support For Other Than str Parameters
* Escape Values of Parameters Injected Into the Search Filter
@@ -66,3 +66,15 @@
We should eliminate the use of all functions that are marked as deprecated in the header field and remove LDAP_DEPRECATED define from all files. + +X Support for Bool Attribute Types + + The module should be able to convert boolean attributes from the LDAP result + into int fields. + +X Support for Syntax Specification in the Config File + + There is no easy or portable way of retrieving syntaxes of attributes from + the LDAP server, so it might be necessary to specify the syntax of + attributes in the configuration file so that the module knows how to convert + DB API fields into attribute values in command parameters.