From fdcc0a9a601c10e3b78abb7344f41bec37841fb4 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 2 Feb 2009 18:13:40 +0000 Subject: [PATCH] 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 --- configs/res_ldap.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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