Module: sip-router
Branch: janakj/ldap
Commit: 724f43784b529696015dea334ede11c807004db7
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=724f437…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Fri Feb 13 00:45:15 2009 +0100
Merge commit 'ldap/master' into ldap
* commit 'ldap/master': (38 commits)
support for automatic reconnects added
Support for time-limited and size-limited search operations added
Support for multi-value attributes added
- use cfg_parse_bool_opt
tls encryption support added
- added an alias for generalized time syntax
- ticket numbers added
- new items added to the todo list
- a set of minimalistic config files for testing purposes
authtype connection section attribute example added
ldap digest-md5 authentication support added
- todo updated
- updated with comments received from Victor Pascual
- removed trailing line
the processing of connection table of ldap configuration added
credentials table name fixed, example for connection table added
- updated with the last changes in the cfg parser
- Use the new configuration file parser
- simple authentication is done
simple user authentication mechanism added
...
---
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