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

slapcat/slapadd/slapindex segfault on replica directive (ITS#1385)



Full_Name: David Stults
Version: 2.0.15
OS: Solaris 8 (latest patches)
URL: 
Submission from: (NULL) (206.163.82.198)


The tools slapadd/slapcat/slapindex segfault when they get to the "replica"
configuration line in my slapd.conf.  I tracked this behavior down by using -d
255 with slapcat:

line 28 (pidfile         /private/openldap-2.0.15/var/slapd.pid)
line 29 (argsfile        /private/openldap-2.0.15/var/slapd.args)
line 42 (database        ldbm)
line 43 (suffix          "o=Integra")
line 44 (rootdn          "cn=Manager,o=Integra")
line 49 (replogfile     /private/openldap-2.0.15/var/replica.log)
line 54 (replica                host=ns1.integraonline.com     
suffix="ou=DNS,ou=External,o=Integra"   binddn="cn=Replicator,o=Integra"       
bindmethod=simple       credentials=secret)
Segmentation fault

When I commented out the replica lines, slapcat ran fine.