[5.2] Startup script won't install

Thomas T. Veldhouse veldy at veldy.net
Tue Jan 20 07:46:38 PST 2004


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


More information about the freebsd-questions mailing list