From owner-freebsd-stable@FreeBSD.ORG Fri Jan 6 17:23:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D5716A41F for ; Fri, 6 Jan 2006 17:23:56 +0000 (GMT) (envelope-from skv1040@post.cz) Received: from mail.mikroservis.cz (mail.mikroservis.cz [213.180.44.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B5743D45 for ; Fri, 6 Jan 2006 17:23:55 +0000 (GMT) (envelope-from skv1040@post.cz) Received: from localhost (mail.mikroservis.cz [127.0.0.1]) by mail.mikroservis.cz (8.13.4/8.13.4) with ESMTP id k06HNsku021997 for ; Fri, 6 Jan 2006 18:23:54 +0100 Received: from mail.mikroservis.cz ([127.0.0.1]) by localhost (mail.mikroservis.cz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21545-18 for ; Fri, 6 Jan 2006 18:23:52 +0100 (CET) Received: from [127.0.0.1] ([82.150.183.249]) by mail.mikroservis.cz (8.13.4/8.13.4) with ESMTP id k06HNltG021992 for ; Fri, 6 Jan 2006 18:23:47 +0100 Message-ID: <43BEA873.2030408@post.cz> Date: Fri, 06 Jan 2006 18:27:15 +0100 From: skv1040 User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0601-3, 06.01.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new 2.3.2 (20050629) at mikroservis.cz Subject: nsswitch - pflog problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 17:23:56 -0000 Hi, I have a little (I hope) problem with my FreeBSD 6-STABLE. I had pf+pflog working fine... I added nss_ldap, pam_ldap etc. Everything worked fine, until reboot. I noticed strange message: pflogd[244]: NSSWITCH(nss_method_lookup): ldap, passwd, endpwent, not found Nevertheless everything works. After some experiments I discovered the message being triggered by /etc/nsswitch.conf: when I change "passwd: files" to "passwd: files ldap" message appears. Thanks in advance Tim