Issue 768 - test007-replication fails
Summary: test007-replication fails
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-22 19:58 UTC by karsten.kuenne@desy.de
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description karsten.kuenne@desy.de 2000-09-22 19:58:35 UTC
Full_Name: Karsten Kuenne
Version: 2.0.4
OS: Solaris 7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.169.137.150)


I compiled 2.0.4 on Solaris 7 with the Sun Workshop Compiler and apparently the
Ri structure in slurpd got not initialized properly. During test007 slurpd tried
to
fiddle with TLS and of course failed because it's not set up in this test. The
following small change fixed it for me.

*** ./servers/slurpd/config.c.orig      Fri Sep 22 20:03:09 2000
--- ./servers/slurpd/config.c   Fri Sep 22 20:04:44 2000
***************
*** 332,337 ****
--- 332,338 ----
      int               i;
      char      *hp, *val;
  
+     ri->ri_tls = TLS_OFF;
      for ( i = 1; i < cargc; i++ ) {
        if ( !strncasecmp( cargv[ i ], HOSTSTR, strlen( HOSTSTR ))) {
            val = cargv[ i ] + strlen( HOSTSTR ) + 1;


Karsten.

Comment 1 Kurt Zeilenga 2000-09-23 11:34:41 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 Kurt Zeilenga 2000-09-28 09:07:38 UTC
Karsten,

Please test this fix.  This will soon be applied to OPENLDAP_REL_ENG_1_2.


http://www.openldap.org/devel/cvsweb.cgi/servers/slurpd/ri.c.diff?r1=1.16&r2=1.17

Kurt
Comment 3 Kurt Zeilenga 2000-09-28 10:57:13 UTC
changed notes
changed state Test to Release
Comment 4 karsten.kuenne@desy.de 2000-09-29 12:59:11 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Kurt,

it seems to fix it. Test007 was successful and slurpd doesn't try
to mess with TLS anymore in the test.

Karsten.

| -----Original Message-----
| From: Kurt Zeilenga [mailto:openldap-its@OpenLDAP.org]
| Sent: Thursday, September 28, 2000 18:08
| To: karsten.kuenne@desy.de
| Subject: Re: test007-replication fails (ITS#768)
| 
| 
| Karsten,
| 
| Please test this fix.  This will soon be applied to OPENLDAP_REL_ENG_1_2.
| 
| 
| http://www.openldap.org/devel/cvsweb.cgi/servers/slurpd/ri.c.diff?
| r1=1.16&r2=1.17
| 
| Kurt

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
Comment: A Comment

iQA/AwUBOdSEEGZXcs8ggResEQLQCQCgs7SphTcjDIwXXYXMsIfzsDMYw5oAnRZR
4b6rJpvQSyeehbBBxZNrLP6S
=O7MJ
-----END PGP SIGNATURE-----

Comment 5 Kurt Zeilenga 2000-10-03 17:19:10 UTC
changed notes
changed state Release to Closed
Comment 6 Kurt Zeilenga 2002-06-18 20:32:46 UTC
moved from Software Bugs to Archive.Software Bugs
Comment 7 OpenLDAP project 2014-08-01 21:06:54 UTC
fixed in devel
fixed in re20