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