aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 18:13:40 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 18:13:40 +0000
commit8120b9ff2ea2219f33f3616b8cc1b202e4759594 (patch)
tree9283ed9e37bc011d019ef0c16ff6488bee206734 /configs
parent0fb5a8a2ff6259b9065d2e8fcd00d520489f4d3a (diff)
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/trunk@172894 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