Subject: Space in argument in rc.conf
To: None <current-users@NetBSD.org>
From: Jean-Luc Wasmer <jl+netbsd@wasmer.ca>
List: current-users
Date: 01/24/2004 14:08:00
Hi,

How can I have a space in an argument in rc.conf?

Slapd expects a "space separated list of URLs" after the -h argument.
I want to start it with: -h "ldap://127.0.0.1 ldaps://0.0.0.0"
so "ldap://127.0.0.1 ldaps://0.0.0.0" should be sent a one argument.

If I set
slapd_flags="-h ldap://127.0.0.1 ldaps://0.0.0.0"
3 arguments are sent to slapd.

JL