From owner-freebsd-current@FreeBSD.ORG Thu May 17 16:32:25 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0A6616A401 for ; Thu, 17 May 2007 16:32:25 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 23D1413C455 for ; Thu, 17 May 2007 16:32:24 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l4HGWIGh025904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 May 2007 18:32:24 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1]) by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id l4HGWIol066359 for ; Thu, 17 May 2007 18:32:18 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from localhost (localhost [[UNIX: localhost]]) by titan.flintsbach.schmalzbauer.de (8.14.1/8.14.1/Submit) id l4HGWIjr005674 for freebsd-current@freebsd.org; Thu, 17 May 2007 18:32:18 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) From: Harald Schmalzbauer Organization: OmniSEC To: freebsd-current@freebsd.org User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705171832.18359.h.schmalzbauer@omnisec.de> Subject: nsswitch.conf meaningless? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 17 May 2007 16:32:25 -0000 X-Original-Date: Thu, 17 May 2007 18:32:18 +0200 X-List-Received-Date: Thu, 17 May 2007 16:32:25 -0000 Hello, some days ago I noticed that nss_ldap stoped working. Now I recompiled it with debugging enabled but it seems that it's never called. No matter what I put into nsswitch.conf, I don't get any error. What's the way to find out what's going wrong? Shouldn't a entry like group: dap files in nsswitch.conf lead to an error message? Thanks, -Harry