aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_ldap.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-10 08:28:21 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-10 08:28:21 +0000
commitd5e015c57a47df5009d52a2f559c4849ea968740 (patch)
tree0b2f0eb37d37543d7fa15ad8e14b8a9fa8a7247e /configs/res_ldap.conf.sample
parentb802d5df4975ebeaf42a516f46979ed5738ca404 (diff)
Adding some information on TLS support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@223413 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_ldap.conf.sample')
-rw-r--r--configs/res_ldap.conf.sample24
1 files changed, 18 insertions, 6 deletions
diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample
index b02045f15..e471291ef 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]