[asterisk-bugs] [Asterisk 0012601]: [patch] Will not bind anonymously
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue May 27 08:24:48 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12601
======================================================================
Reported By: suretec
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 12601
Category: Resources/res_config_ldap
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.6.0-beta8
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 115506
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-07-2008 10:31 CDT
Last Modified: 05-27-2008 08:24 CDT
======================================================================
Summary: [patch] Will not bind anonymously
Description:
When settings are such:
[_general]
;
; Specify one of either host and port OR url. URL is preferred, as you
can
; use more options.
;host=192.168.1.1 ; LDAP host
;port=389
url=ldap://127.0.0.1:389
protocol=3 ; Version of the LDAP protocol to use; default
is 3.
basedn=dc=example,dc=com
An anon bind fails, and OpenLDAP logs show:
May 7 16:34:23 localhost slapd[14694]: slapd starting
May 7 16:34:29 localhost slapd[14694]: conn=0 fd=12 ACCEPT from
IP=127.0.0.1:36139 (IP=0.0.0.0:389)
May 7 16:34:29 localhost slapd[14694]: bind: ber_scanf failed
May 7 16:34:29 localhost slapd[14694]: conn=0 op=0 DISCONNECT tag=120
err=2 text=decoding error
May 7 16:34:29 localhost slapd[14694]: conn=0 fd=12 closed (operations
error)
======================================================================
----------------------------------------------------------------------
svnbot - 05-27-08 08:24
----------------------------------------------------------------------
Repository: asterisk
Revision: 118303
_U branches/1.6.0/
U branches/1.6.0/res/res_config_ldap.c
------------------------------------------------------------------------
r118303 | tilghman | 2008-05-27 08:24:46 -0500 (Tue, 27 May 2008) | 14
lines
Merged revisions 118302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r118302 | tilghman | 2008-05-27 08:30:10 -0500 (Tue, 27 May 2008) | 6
lines
When binding anonymously, credentials are still needed.
(closes issue http://bugs.digium.com/view.php?id=12601)
Reported by: suretec
Patches:
res_config_ldap.c.patch uploaded by suretec (license 70)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=118303
Issue History
Date Modified Username Field Change
======================================================================
05-27-08 08:24 svnbot Note Added: 0087335
======================================================================
More information about the asterisk-bugs
mailing list