Timm Korte ([EMAIL PROTECTED]) wrote:
> Hello,
> 
> I'm running qmail-ldap on suse 8.0 (ldap = openldap2).
> I'm trying to get slapd to run from /service/slapd instead of
> /etc/init.d/....etc.
> What i got so far is a /service/slapd/ directory containing a run
> script, a log directory and a log/run script.
> What I wanted to ask is, if anyone here got a similar setup and got
> slapd to stop logging to syslog(-ng) and use multilog instead?

Hi,
 [after a week out of town, I have returned]

 The problem is that you are allowing slapd to fork to the
background. The way to avoid this is to run it in debug mode,
`slapd -d 256' for example. Then, `supervise slapd' can create a pipe
to `supervise multilog' and pass the logging messages. At that point, they
will not go to syslog.

--
Mike

Reply via email to