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

RE: (ITS#4216) slapd terminates unexpectedly



We were able to reproduce the defect with version 2.3.12 on the first
try.  The server, as before, is configured to use the null backend.  The
queries were again driven by SLAMD using the SearchClientJobClass. Our
search filter simply contained: (objectclass=*).  My slapd.conf is
below:

-----------------------

ucdata-path
/dev/src/ldap/openldap/null/openldap-2.3.12/libraries/liblunicode
 
backend null
database null
suffix   ""
rootdn   "cn=root"
bind     on
 
# Cleartext passwords, especially for the rootdn, should # be avoid.
See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw    secret

-----------------------