From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 07:46:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5467616A4CE for ; Tue, 20 Jan 2004 07:46:38 -0800 (PST) Received: from corb.mc.mpls.visi.com (corb.mc.mpls.visi.com [208.42.156.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98D043D68 for ; Tue, 20 Jan 2004 07:46:19 -0800 (PST) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by corb.mc.mpls.visi.com (Postfix) with ESMTP id D9F2B8267; Tue, 20 Jan 2004 09:46:18 -0600 (CST) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 787411CC65; Tue, 20 Jan 2004 09:46:18 -0600 (CST) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30956-10; Tue, 20 Jan 2004 09:46:16 -0600 (CST) Received: from 4K3500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 01FCA1CC61; Tue, 20 Jan 2004 09:46:16 -0600 (CST) Message-ID: <003701c3df6c$8a165fd0$d037630a@nic.target.com> From: "Thomas T. Veldhouse" To: "Robert Fitzpatrick" References: <1074535234.11635.13.camel@columbus> <005001c3deb7$4c85bb80$d037630a@nic.target.com> <1074537309.11642.17.camel@columbus> <005a01c3debb$635f33a0$d037630a@nic.target.com> <1074609531.2478.3.camel@columbus> Date: Tue, 20 Jan 2004 09:46:15 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-new at veldy.net cc: FreeBSD-Questions Subject: Re: [5.2] Startup script won't install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 15:46:38 -0000 Robert Fitzpatrick wrote: > > Still no luck, it only confirms the placement of the slapd daemon at > the end of the install. Everything goes well, but no slapd.sh in > rc.d. Any ideas? It installed the startup scripts as /etc/rc.d/slapd /etc/rc.d/slurpd You will need to add these to your /etc/rc.conf file: slapd_enable="YES" slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/"' slapd_sockets="/var/run/openldap/ldapi" slurpd_enable="NO" Tom Veldhouse