aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 18:15:51 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 18:15:51 +0000
commitcbc5ce91c58f282ab8ef2128e40dd53fdecc103e (patch)
treea452b6e5aad0f164d12f05050f2b0752cd684cb6 /configs
parentc5229c9c9377d8b1a10cc9b3ae408331ebdbc34b (diff)
Merged revisions 172894 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r172894 | lmadsen | 2009-02-02 13:13:40 -0500 (Mon, 02 Feb 2009) | 7 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@172896 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/res_ldap.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample
index 4f2a3beb9..98343c9b3 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