[Home]

Summary:ASTERISK-11998: protocol or version not honoured.
Reporter:Gavin Henry (suretec)Labels:
Date Opened:2008-05-08 15:32:20Date Closed:2008-05-14 13:21:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_config_ldap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:1435 |   if (!(s = ast_variable_retrieve(config, "_general", "version")) || !(s = ast_variable_retrieve(config, "_general"     , "protocol"))) {
1436 |   |   ast_log(LOG_NOTICE, "No explicit LDAP version found, using 3 as default.\n");


in res_ldap.conf

Using version=3 or protocol=3 and you still get:

[May  8 21:37:02] NOTICE[26248]: res_config_ldap.c:1436 parse_config: No explicit LDAP version found, using 3 as default.

Comments:By: Digium Subversion (svnbot) 2008-05-14 13:20:27

Repository: asterisk
Revision: 116350

U   trunk/res/res_config_ldap.c

------------------------------------------------------------------------
r116350 | file | 2008-05-14 13:20:06 -0500 (Wed, 14 May 2008) | 4 lines

Make the ldap version setting work without having both version and protocol set.
(closes issue ASTERISK-11998)
Reported by: suretec

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=116350

By: Digium Subversion (svnbot) 2008-05-14 13:21:16

Repository: asterisk
Revision: 116351

_U  branches/1.6.0/
U   branches/1.6.0/res/res_config_ldap.c

------------------------------------------------------------------------
r116351 | file | 2008-05-14 13:21:12 -0500 (Wed, 14 May 2008) | 12 lines

Merged revisions 116350 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r116350 | file | 2008-05-14 15:25:54 -0300 (Wed, 14 May 2008) | 4 lines

Make the ldap version setting work without having both version and protocol set.
(closes issue ASTERISK-11998)
Reported by: suretec

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=116351