[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP logging





Dieter Kluenter wrote:
Ivan Ordonez <iordonez@berkeley.edu> writes:

  
Hi,

I want to create logging for LDAP (version 2.4.19-r1) using syslog-ng
on Gentoo box.

Hope someone here can point me in the right direction.  I'm lost
here.
    

slapd logs to local4.

filter f_local4         {facility(local4); };
destination slapd { file("/var/log/slapd"); };
log {source(src); filter(f_local4); destination(slapd); };

-Dieter

  

I still can't get the logging to work.  I followed both suggestions (Dieter and Jorge) to no avail.  The syslog-ng daemon starts fine but when I check the ldap log, it's empty.  The cron and auth logging is working perfectly fine.  Please advise.

Thanks in advance.