On Tue, Oct 05, 2004 at 10:15:18PM -0600, Stewart Walker wrote:
> 
> Have
> /etc/syslog.conf
> # Save LDAP events
> local4.*            /var/log/ldap
> 
> slapd.conf
> loglevel -1

I use daemontools to startup openldap and here's my startup script:

  #!/bin/sh
  exec 2>&1 \
  sh -c 'exec /usr/sbin/slapd -4 -d 256 -s 0 -f /etc/openldap/slapd.conf'

ldap then logs to stdout, which I capture with multilog, just like
qmail.

Chris

Reply via email to