summaryrefslogtreecommitdiff
path: root/configs/res_ldap.conf.sample
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2009-02-02 18:13:40 +0000
committerLeif Madsen <leif@leifmadsen.com>2009-02-02 18:13:40 +0000
commitfdcc0a9a601c10e3b78abb7344f41bec37841fb4 (patch)
tree9283ed9e37bc011d019ef0c16ff6488bee206734 /configs/res_ldap.conf.sample
parentc61e8a7865ae0e7c134922677700a40678490d4d (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: https://origsvn.digium.com/svn/asterisk/trunk@172894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_ldap.conf.sample')
-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