Module: sip-router
Branch: janakj/ldap
Commit: 49db0edd28ee8889cd918fd2f0a85fbb4d090af2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49db0ed…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Thu Jun 5 08:06:43 2008 +0000
- simple authentication is done
---
modules/db_ldap/todo.txt | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/modules/db_ldap/todo.txt b/modules/db_ldap/todo.txt
index 8a82bde..20f230b 100644
--- a/modules/db_ldap/todo.txt
+++ b/modules/db_ldap/todo.txt
@@ -1,10 +1,14 @@
-* Authentication Support
+X Simple Authentication
+
+ Implement support for simple LDAP authentication with username and
+ password. This will take a change in the URI parser because the one provided
+ by libldap (which we use to parse the URI right now) does not support
+ embedded usernames and passwords in the URI.
+
+* SASL Authentication Support
The driver supports no authentication method at the moment, we should
include support for simple authentication at least, but better SASL.
- This will take a change in the URI parser because the one provided
- by libldap (which we use to parse the URI right now) does not support
- embedded usernames and passwords in the URI.
* TLS/SSL Support