Date: Wed, 20 Jun 2001 14:35:07 -0700 From: dannyman <dannyman@toldme.com> To: openldap-software@OpenLDAP.org Cc: ports@FreeBSD.org Subject: FreeBSD port net/openldap2 syslog bug? Message-ID: <20010620143507.B20736@toldme.com>
next in thread | raw e-mail | index | archive | help
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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010620143507.B20736>