Subject: Re: Space in argument in rc.conf
To: Aidan Kehoe <kehoea@parhasard.net>
From: Jean-Luc Wasmer <jl+netbsd@wasmer.ca>
List: current-users
Date: 01/24/2004 15:46:20
Single quotes and \" both work. I did try both of them yesterday but it was
my LDAP client that was misconfigured and couldn't connect with SSL.
Thanks for the replies.
JL
> > How can I have a space in an argument in rc.conf?
>
> > If I set
> > slapd_flags="-h ldap://127.0.0.1 ldaps://0.0.0.0"
> > 3 arguments are sent to slapd.
>
From: "Aidan Kehoe" <kehoea@parhasard.net>
> Have you tried
>
> slapd_flags="-h \"ldap://127.0.0.1 ldaps://0.0.0.0\""?
From: "Christian Biere" <christianbiere@gmx.de>
>Or rather single-quotes.
From: "Conrad T. Pino" <NetBSD-Current@Pino.com>
> Have you tried something like:
>
> slapd_flags="-h \"ldap://127.0.0.1 ldaps://0.0.0.0\""