From 0224b479942604ab5647e3e5bdff1cd946fbdef6 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 10 Oct 2009 08:28:21 +0000 Subject: [PATCH] Adding some information on TLS support git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223413 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/res_ldap.conf.sample | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample index b02045f15c..e471291ef1 100644 --- a/configs/res_ldap.conf.sample +++ b/configs/res_ldap.conf.sample @@ -2,12 +2,24 @@ ; Configuration file for res_config_ldap ; -; Sample Asterisk config file for res_config_ldap -; in extconfig.conf; you can use it like this: -; sipusers = ldap,"dc=myDomain,dc=myDomainExt",sip -; sippeers = ldap,"dc=myDomain,dc=myDomainExt",sip -; extensions = ldap,"dc=myDomain,dc=myDomainExt",extensions -; sip.conf = ldap,"dc=myDomain,dc=myDomainExt",config +; Realtime configuration +; ---------------------- +; In order to use this module, you start +; in extconfig.conf with a configuration like this: +; +; sipusers = ldap,"dc=myDomain,dc=myDomainExt",sip +; sippeers = ldap,"dc=myDomain,dc=myDomainExt",sip +; extensions = ldap,"dc=myDomain,dc=myDomainExt",extensions +; sip.conf = ldap,"dc=myDomain,dc=myDomainExt",config +; +; In the case of LDAP the last keyword in each line above specifies +; a section in this file. + +; TLS support +; ----------- +; Note that you can configure an ldaps: url here to get TLS support. +; Detailed configuration of certificates and supported CAs is done in your +; ldap.conf file for OpenLDAP clients on your system. [_general]