Date: Tue, 20 Jan 2004 09:46:15 -0600 From: "Thomas T. Veldhouse" <veldy@veldy.net> To: "Robert Fitzpatrick" <robert@webtent.com> Cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: [5.2] Startup script won't install Message-ID: <003701c3df6c$8a165fd0$d037630a@nic.target.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003701c3df6c$8a165fd0$d037630a>