[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
FreeBSD port net/openldap2 syslog bug?
So, I was trying to get logging to work under FreeBSD.
slapd.conf:
loglevel 64
syslog.conf:
slapd.* /var/log/slapd
*.* /var/log/all.log
Okay. Nothing showing up in /var/log/slapd. So I run syslog -s -v -v:
0-14:33 root@ldap0 /usr/local/etc/openldap# tail /var/log/all.log | grep slapd
Jun 20 14:29:52 <local4.debug> ldap0 slapd[23622]: line 38 (access to attr=userPassword by self write by dn="cn=Manager,dc=tellme,dc=com" write by anonymous auth by * none)
Jun 20 14:29:52 <local4.debug> ldap0 slapd[23622]: line 42 (access to * by self write by * read)
Jun 20 14:29:52 <local4.debug> ldap0 slapd[23622]: line 22 (replogfile /var/db/openldap-ldbm/slapd.replog)
Jun 20 14:29:52 <local4.debug> ldap0 slapd[23622]: line 25 (replica host=ldap1.corp.tellme.com binddn="cn=Replicator,dc=tellme,dc=com" bindmethod=simple credentials=Secret123)
Jun 20 14:29:52 <local4.debug> ldap0 slapd[23623]: slapd starting
Now, as far as I can grok, this means that syslog is getting the user
instead of the slapd facility. Can I help debug this? This is a bug,
neh?
Thanks,
-danny
--
http://dannyman.toldme.com/