From owner-freebsd-ports Wed Jun 20 14:37: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 46ECC37B406 for ; Wed, 20 Jun 2001 14:37:03 -0700 (PDT) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id 445045BF8; Wed, 20 Jun 2001 14:35:07 -0700 (PDT) Date: Wed, 20 Jun 2001 14:35:07 -0700 From: dannyman To: openldap-software@OpenLDAP.org Cc: ports@FreeBSD.org Subject: FreeBSD port net/openldap2 syslog bug? Message-ID: <20010620143507.B20736@toldme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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 ldap0 slapd[23622]: line 42 (access to * by self write by * read) Jun 20 14:29:52 ldap0 slapd[23622]: line 22 (replogfile /var/db/openldap-ldbm/slapd.replog) Jun 20 14:29:52 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 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