Module: sip-router Branch: janakj/ldap Commit: b0b6f180c8f668c999be10aa682f304f8128863f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0b6f180...
Author: Gergely Kovacs gergo@iptel.org Committer: Gergely Kovacs gergo@iptel.org Date: Wed Jun 11 15:40:26 2008 +0000
credentials table name fixed, example for connection table added
---
modules/db_ldap/ldap.cfg | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/modules/db_ldap/ldap.cfg b/modules/db_ldap/ldap.cfg index edb92e2..6cd3613 100644 --- a/modules/db_ldap/ldap.cfg +++ b/modules/db_ldap/ldap.cfg @@ -15,10 +15,16 @@ # * Float #
+[connection:ldap_server1] +host=127.0.0.1 +port=389 +username=ser +password=heslo + # # Table credentials contains SIP digest authentication credentials. # -[credentials] +[table:credentials]
# In our LDAP directory we store SIP digest credentials under # "Digest Credentials" organization unit so this is where searches for digest