On Mon, Sep 23, 2019 at 09:22:45AM +0000, jrajalakshmi(a)juniper.net wrote:
> (1) What problem/issue/behavior are you having trouble with? What do you expect
> to see?
> Using OpenLDAP version 2.4.44 we are not seeing Concurrency whereas in OpenLDAP
> Version 2.4.23 we are seeing Concurrent LDAP Requests.
> In our product OpenLDAP 2.4.23 was previously used and the concurrent request
> for search using the API ' ldap_search_ext_s() ' was working as expected and our
> product scalability was better.
> We have recently upgraded LDAP to OpenLDAP 2.4.44. But with this version, the
> api 'ldap_search_ext_s()' does not seem to work as expected, i.e concurrent
> requests handling is not happening.
Hi,
if you want the project to investigate this, it would be useful if you
provide a sample program that exhibits this behaviour with a vanilla
build of 2.4.48 and doesn't exhibit that with an analogous build of
2.4.23.
I would like to point out that since 2.4.23 is a very old release, it is
also possible you have been relying on undocumented behaviour or a
libldap_r bug that has since been fixed. That is what a sample program
would also help to rule out.
Regards,
--
Ondřej Kuzník
Senior Software Engineer
Symas Corporation http://www.symas.com
Packaged, certified, and supported LDAP solutions powered by OpenLDAP
Dear OpenLDAP developers,
I've rebased the above patches on the current master branch (as of 29
September) and replaced them on the FTP server.
I'm hoping someone can review them as development begins on the 2.5 branch.
Thank you,
Hugh
--On Friday, September 27, 2019 10:50 AM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi Quanah,
>
> Can we have a solution for the issue reported at the earliest. Since we
> have a release and the fix needs to be done.
Hello Raji,
If you need an immediate fix to an issue, you may wish to contact one of
the companies that offers such services via the support page:
<https://www.openldap.org/support/>
The project itself cannot commit to when it will or will not have a
specific issue resolved.
Regards,
Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
--On Thursday, September 26, 2019 3:11 PM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi,
>
> The FTP "ftp://ftp.openldap.org/incoming/" is not working. Hence pasted
> the pcap details, hope this helps
It's working just fine:
quanah@ub18:~$ ftp ftp.openldap.org
Connected to www.openldap.org.
220 ProFTPD 1.3.4a Server (gauss) [::ffff:23.92.27.230]
Name (ftp.openldap.org:quanah): ftp
331 Anonymous login ok, send your complete email address as your password
Password:
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pass
Passive mode on.
ftp> cd incoming
250 CWD command successful
ftp> mkdir its9088
257 "/incoming/its9088" - Directory successfully created
ftp> cd its9088
250 CWD command successful
ftp> lcd /tmp
Local directory now /tmp
ftp> put blah
local: blah remote: blah
227 Entering Passive Mode (23,92,27,230,156,55).
150 Opening BINARY mode data connection for blah
226 Transfer complete
ftp>
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
--On Thursday, September 26, 2019 2:19 PM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi,
>
> Thanks for sharing the inputs. We have tried with the unmodified release
> of OpenLDAP that was suggested. From the pcap, we have noticed the LDAP
> search requests are sequential. (pl. find attached the pcap) for
> reference
Please put your pcap file on the FTP server rather than sending it via the
ITS system. Then respond to the ITS with a link to the file.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>