Issue 761 - slapindex throws assertion in mimic.c line 151
Summary: slapindex throws assertion in mimic.c line 151
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-21 19:05 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 Kurt Zeilenga 2000-09-21 17:11:15 UTC
changed notes
changed state Open to Release
moved from Incoming to Software Bugs
Comment 1 karsten.kuenne@desy.de 2000-09-21 19:05:10 UTC
Full_Name: Karsten Kuenne
Version: 2.0.3
OS: Solaris 2.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.169.137.150)


If I have the line "sasl-secprops   none" in slapd.conf the slapindex command
asserts in mimic.c line 151. There you can find:

char * slap_sasl_secprops( const char *in )
{
        assert(0);
        return NULL;
}

Comment 2 Kurt Zeilenga 2000-09-21 19:38:35 UTC
Patched in HEAD and OPENLDAP_REL_ENG_2 branches.  Please test.
Thanks, Kurt

At 07:05 PM 9/21/00 +0000, karsten.kuenne@desy.de wrote:
>Full_Name: Karsten Kuenne
>Version: 2.0.3
>OS: Solaris 2.6
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (131.169.137.150)
>
>
>If I have the line "sasl-secprops   none" in slapd.conf the slapindex command
>asserts in mimic.c line 151. There you can find:
>
>char * slap_sasl_secprops( const char *in )
>{
>        assert(0);
>        return NULL;
>}

Comment 3 Kurt Zeilenga 2000-09-28 10:56:50 UTC
changed state Release to Closed
Comment 4 Kurt Zeilenga 2002-06-18 20:31:47 UTC
moved from Software Bugs to Archive.Software Bugs
Comment 5 OpenLDAP project 2014-08-01 21:06:54 UTC
fixed in devel and releng