[svn-commits] russell: branch group/res_config_ldap r63964 -
/team/group/res_config_ldap/co...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri May 11 12:20:40 MST 2007
Author: russell
Date: Fri May 11 14:20:40 2007
New Revision: 63964
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63964
Log:
clarify some docs
Modified:
team/group/res_config_ldap/configs/res_ldap.conf.sample
Modified: team/group/res_config_ldap/configs/res_ldap.conf.sample
URL: http://svn.digium.com/view/asterisk/team/group/res_config_ldap/configs/res_ldap.conf.sample?view=diff&rev=63964&r1=63963&r2=63964
==============================================================================
--- team/group/res_config_ldap/configs/res_ldap.conf.sample (original)
+++ team/group/res_config_ldap/configs/res_ldap.conf.sample Fri May 11 14:20:40 2007
@@ -1,3 +1,7 @@
+;
+; 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
@@ -15,16 +19,18 @@
; Configuration Table
[config]
+; addtional filter - This specifies an additional set of criteria to be used
+; when querying the LDAP server.
+additionalFilter=(objectClass=PBXConfig)
; Attributes mapping (asterisk variable name = ldap attribute name)
+; When Asterisk requests the variable by the name of the value on the left,
+; this module will look up the attribute listed on the right.
filename = PBXConfigFilename
category = PBXConfigCategory
variable_name = PBXConfigVariableName
variable_value = PBXConfigVariableValue
cat_metric = PBXConfigCategoryMetric
commented = PBXConfigCommented
-
-; addtional filter
-additionalFilter=(objectClass=PBXConfig)
; Extensions Table
[extensions]
More information about the svn-commits
mailing list