[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP logging
- To: openldap-technical@openldap.org
- Subject: Re: LDAP logging
- From: Edward Capriolo <edlinuxguru@gmail.com>
- Date: Tue, 26 Jan 2010 13:10:08 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=wHlZjSy9UoP3Dp37pNnYCE+Q+/HLo8kVN48T/+Ju680=; b=LG0XULtLtfcJitPnFBkCXA5L+Smqgt/V+rTG9WnYqFwVuZxUfFQypwk79aB2wI390R W3JZZXebFFtDIVTdPaUKLHXwp/F86uNHsZ8PDmEb9cSXE7gSPA2rWpN7HCERmhSN5EMk W8xalvRd/fX1i8+Kglwb1HCahjrdPs2o2NMmY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IqWZkecRycZem5o5817u7/49EwDmK/T70hrSMXac+WJMbucO948l8V76Di6s50qOQ8 xjlcnsjbr3FQRNhHOF8AkezUGi+ctfVSmK0TJgOGkuCZ9HjU5AIIM1auN9OQ92NW/5ST IUH9OaSfH8742G55BuuUALbs7p2uvZQALQXNY=
- In-reply-to: <4B5F23C5.2020406@berkeley.edu>
- References: <4B5E3978.1070800@berkeley.edu> <874om9fj8y.fsf@rubin.avci.de> <4B5F23C5.2020406@berkeley.edu>
On Tue, Jan 26, 2010 at 12:17 PM, Ivan Ordonez <iordonez@berkeley.edu> wrote:
>
>
> 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.
>
Check how the package was built.
If the configuration argument
"--enable-debug=yes"
was not given, you get no logging.