From: Leif Madsen Date: Mon, 2 Feb 2009 18:13:40 +0000 (+0000) Subject: Update the res_ldap.conf file with a better working example. X-Git-Tag: 1.6.2.0-beta1~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdcc0a9a601c10e3b78abb7344f41bec37841fb4;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172894 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample index 4f2a3beb9a..98343c9b3a 100644 --- a/configs/res_ldap.conf.sample +++ b/configs/res_ldap.conf.sample @@ -56,7 +56,7 @@ additionalFilter=(objectClass=AstExtension) ; Sip Users Table ; [sip] -name = uid +name = cn amaflags = AstAccountAMAFlags callgroup = AstAccountCallGroup callerid = AstAccountCallerID @@ -91,7 +91,7 @@ CanCallForward = AstAccountCanCallForward ipaddr = AstAccountIPAddress defaultuser = AstAccountDefaultUser regserver = AstAccountRegistrationServer -additionalFilter=(objectClass=AstAccountSIP) +additionalFilter=(objectClass=AsteriskSIPUser) ; ; IAX Users Table