[asterisk-commits] lmadsen: trunk r172894 - /trunk/configs/res_ldap.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 2 12:13:40 CST 2009


Author: lmadsen
Date: Mon Feb  2 12:13:40 2009
New Revision: 172894

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172894
Log:
Update the res_ldap.conf file with a better working example.

(closes issue #13861)
Reported by: scramatte
Patches:
      __20080110-res_ldap.conf-2.patch uploaded by blitzrage (license 10)
Tested by: jcovert

Modified:
    trunk/configs/res_ldap.conf.sample

Modified: trunk/configs/res_ldap.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/res_ldap.conf.sample?view=diff&rev=172894&r1=172893&r2=172894
==============================================================================
--- trunk/configs/res_ldap.conf.sample (original)
+++ trunk/configs/res_ldap.conf.sample Mon Feb  2 12:13:40 2009
@@ -56,7 +56,7 @@
 ; Sip Users Table
 ;
 [sip]
-name = uid
+name = cn
 amaflags = AstAccountAMAFlags
 callgroup = AstAccountCallGroup
 callerid = AstAccountCallerID
@@ -91,7 +91,7 @@
 ipaddr = AstAccountIPAddress
 defaultuser = AstAccountDefaultUser
 regserver = AstAccountRegistrationServer
-additionalFilter=(objectClass=AstAccountSIP)
+additionalFilter=(objectClass=AsteriskSIPUser)
 
 ;
 ; IAX Users Table




More information about the asterisk-commits mailing list