[asterisk-bugs] [Asterisk 0012613]: protocol or version not honoured.
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed May 14 13:20:29 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12613
======================================================================
Reported By: suretec
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12613
Category: Resources/res_config_ldap
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.6.0-beta8
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 115523
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 05-08-2008 15:32 CDT
Last Modified: 05-14-2008 13:20 CDT
======================================================================
Summary: protocol or version not honoured.
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.
======================================================================
----------------------------------------------------------------------
svnbot - 05-14-08 13:20
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=12613)
Reported by: suretec
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=116350
Issue History
Date Modified Username Field Change
======================================================================
05-14-08 13:20 svnbot Note Added: 0086855
======================================================================
More information about the asterisk-bugs
mailing list