Subject: Re: pkg/36407
To: None <ghen@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Jean-Luc Wasmer <jl+netbsd@lists.wasmer.ca>
List: pkgsrc-bugs
Date: 05/31/2007 00:20:03
The following reply was made to PR pkg/36407; it has been noted by GNATS.

From: Jean-Luc Wasmer <jl+netbsd@lists.wasmer.ca>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/36407
Date: Wed, 30 May 2007 20:19:25 -0400

 With additional testing I realized this is a slapd bug which is 
 triggered by a configuration error.
 
 I was calling slapd with an invalid URLlist argument:
 
 -h 'ldap://127.0.0.1 ldaps://<external ip>'
 
 with no interfaces on the system configured with <external ip>
 
 I guess this issue can be closed.
 
 Jean-Luc