[svn-commits] tilghman: trunk r148120 - /trunk/configs/res_ldap.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 9 18:25:53 CDT 2008


Author: tilghman
Date: Thu Oct  9 18:25:53 2008
New Revision: 148120

URL: http://svn.digium.com/view/asterisk?view=rev&rev=148120
Log:
Fix example schema
(closes issue #12860)
 Reported by: flyn
 Patches: 
       res_ldap.conf.patch uploaded by flyn (license 503)

Modified:
    trunk/configs/res_ldap.conf.sample

Modified: trunk/configs/res_ldap.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/res_ldap.conf.sample?view=diff&rev=148120&r1=148119&r2=148120
==============================================================================
--- trunk/configs/res_ldap.conf.sample (original)
+++ trunk/configs/res_ldap.conf.sample Thu Oct  9 18:25:53 2008
@@ -88,6 +88,9 @@
 regcontext = AstAccountRegistrationContext
 regexten = AstAccountRegistrationExten
 CanCallForward = AstAccountCanCallForward
+ipaddr = AstAccountIPAddress
+defaultuser = AstAccountDefaultUser
+regserver = AstAccountRegistrationServer
 additionalFilter=(objectClass=AstAccountSIP)
 
 ;




More information about the svn-commits mailing list