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

Re: Segmentation fault when starting slurpd (ITS#1380)



This is a multi-part message in MIME format.
--------------050007070908070602030503
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Kurt,

Sorry it took so long to get back to you, my wife and I had a baby and I 
am just now getting back to troubleshooting my ldap server.

Anyway, I did the tests and it shows that slurpd is working, so it must 
be a configuration problem.  Even if the config file is all wrong it 
shouldn't segfault.

I attached my slapd.conf so that you can look at it.  Perhaps it will 
allow you to reproduce the error.

thanks

schu

Kurt Zeilenga wrote:

> I see no such errors when running the OpenLDAP test suite on
> Redhat 7.1.  Does 'make tests' work on your system?
> 
> 
> 


--------------050007070908070602030503
Content-Type: text/plain;
 name="slapd.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="slapd.conf"

# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.6 2001/04/20 23:32:43 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include		/usr/local/etc/openldap/schema/core.schema
include		/usr/local/etc/openldap/schema/cosine.schema
include		/usr/local/etc/openldap/schema/nis.schema
include		/usr/local/etc/openldap/schema/inetorgperson.schema
include		/usr/local/etc/openldap/schema/qmail.schema
include         /usr/local/etc/openldap/schema/radius.schema

# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral	ldap://root.openldap.org

pidfile		/usr/local/var/slapd.pid
argsfile	/usr/local/var/slapd.args

# Load dynamic backend modules:
# modulepath	/usr/local/libexec/openldap
# moduleload	back_ldap.la
# moduleload	back_ldbm.la
# moduleload	back_passwd.la
# moduleload	back_shell.la

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"dc=aptalaska,dc=net"
rootdn		"cn=root,dc=aptalaska,dc=net"
# 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
# The database directory MUST exist prior to running slapd AND 
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory	/usr/local/var/openldap-ldbm
# Indices to maintain
index	objectClass	eq

#replication
replica	host=192.168.7.245:389
	binddn="cn=root,dc=aptalaska,dc=net"
	bindmethod=simple credentials=secret

replogfile	/usr/local/var/openldap-ldbm/replogfile

--------------050007070908070602030503--