[asterisk-commits] branch oej/res_config_ldap r12829 - /team/oej/res_config_ldap/configs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Mar 13 12:10:00 MST 2006


Author: oej
Date: Mon Mar 13 13:09:58 2006
New Revision: 12829

URL: http://svn.digium.com/view/asterisk?rev=12829&view=rev
Log:
Disable res_ldap by default

Modified:
    team/oej/res_config_ldap/configs/res_ldap.conf.sample

Modified: team/oej/res_config_ldap/configs/res_ldap.conf.sample
URL: http://svn.digium.com/view/asterisk/team/oej/res_config_ldap/configs/res_ldap.conf.sample?rev=12829&r1=12828&r2=12829&view=diff
==============================================================================
--- team/oej/res_config_ldap/configs/res_ldap.conf.sample (original)
+++ team/oej/res_config_ldap/configs/res_ldap.conf.sample Mon Mar 13 13:09:58 2006
@@ -6,11 +6,11 @@
 ; sip.conf => ldap,"dc=myDomain,dc=myDomainExt",config
 
 
-[_general]
-dbhost=192.168.1.1,ldap.mydomain.com	; LDAP host(s)
-dbbasedn=MyRootDN	; Base DN
-dbpass=MyPassword	; Bind password
-dbuser=MyDN		; Bind DN
+[general]
+;dbhost=192.168.1.1,ldap.mydomain.com	; LDAP host(s)
+;dbbasedn=MyRootDN	; Base DN
+;dbpass=MyPassword	; Bind password
+;dbuser=MyDN		; Bind DN
 
 ; Configuration Table
 [config]
@@ -34,7 +34,7 @@
 attribute = appdata => oxyPBXExtensionApplicationData
 additionalFilter=(objectClass=oxyPBXExtension)
 
-// Sip Users Table
+; Sip Users Table
 [sip]
 attribute = name => uid
 attribute = amaflags => oxyPBXAccountAMAFlags



More information about the asterisk-commits mailing list