summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDarren Sessions <dmsessions@gmail.com>2012-09-05 14:12:11 +0000
committerDarren Sessions <dmsessions@gmail.com>2012-09-05 14:12:11 +0000
commit7e46e4d17b703cc2a3f9e6974c7f3f6d991b1671 (patch)
tree49ee7526ef3885c79f7d2c74c74dbe4eafefcd6b /configs
parent35ac3b645e209ae6e200a3331d5520964eb8a33c (diff)
LDAP Realtime Peers Cannot Register
Prior to 1.8, it was not necessary for an explicit "type" to be set for an asterisk LDAP realtime peer. Now the routine find_peer actually checks the type field during registration and fails to find the peer if it is not set. The attached patch makes the realtime type equal whatever type is being searched for if the type is 0 upon return from routine build_peer. (closes issue ASTERISK-17222) Reported by: John Covert Patch by: David Vossel Tested by: Darren Sessions Review: https://reviewboard.asterisk.org/r/2095/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372290 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/res_ldap.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample
index 4655841ec..9a2accb80 100644
--- a/configs/res_ldap.conf.sample
+++ b/configs/res_ldap.conf.sample
@@ -13,6 +13,8 @@
;
; In the case of LDAP the last keyword in each line above specifies
; a section in this file.
+;
+; LDAP schema and ldif files can be located in contrib/scripts.
; TLS support
; -----------