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

Segmentation Fault slpacat when two suffix`es in slapd.conf (ITS#3179)



Full_Name: Sven Anders
Version: 2.1.25
OS: Linux
URL: 
Submission from: (NULL) (80.129.241.149)


Through an oversight, we repeated a "suffix" directive in slapd.conf.

If you then do a slapcat, you get an Segmentation Fault.

Our Example Slapd.conf looks like this:
-- snip --
include /admin/etc/openldap/schema/core.schema

pidfile         /var/run/slapd/ldap.imis.bfs.de.pid
argsfile        /var/run/slapd/ldap.imis.bfs.de.args

database        bdb
directory       /var/ldap.imis.bfs.de/data
allow bind_v2

suffix          "o=IMIS"
# If you comment this out, you get an segfault @ slapcat
#suffix         "o=IMIS"
rootdn          "cn=root,o=IMIS"
rootpw weDontTellYou

-- snap --