[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapindex throws assertion in mimic.c line 151 (ITS#761)



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;
>}