From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 13:04:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB5A16A4BF for ; Thu, 9 Oct 2003 13:04:06 -0700 (PDT) Received: from mail2.ewetel.de (mail2-116.ewetel.de [212.6.122.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBC943FDF for ; Thu, 9 Oct 2003 13:04:03 -0700 (PDT) (envelope-from laverenz@despammed.com) Received: from athena.home.local (dialin-80-228-13-235.ewetel.net [80.228.13.235]) by mail2.ewetel.de (8.12.1/8.12.9) with ESMTP id h99K41ne013161 for ; Thu, 9 Oct 2003 22:04:02 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by athena.home.local (Postfix) with ESMTP id CD766F8022 for ; Thu, 9 Oct 2003 22:02:46 +0200 (CEST) Received: from athena.home.local ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08471-02 for ; Thu, 9 Oct 2003 22:02:44 +0200 (CEST) Received: from despammed.com (lotus.home.local [192.168.100.6]) by athena.home.local (Postfix) with ESMTP id BF882F8003 for ; Thu, 9 Oct 2003 22:02:44 +0200 (CEST) Message-ID: <3F85BFD5.2030209@despammed.com> Date: Thu, 09 Oct 2003 22:06:45 +0200 From: Uwe Laverenz Organization: private site User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031004 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3F84804C.6020804@despammed.com> <20031008222919.GB63777@dan.emsphone.com> In-Reply-To: <20031008222919.GB63777@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at laverenz.de X-CheckCompat: OK Subject: Re: problems with pam_ldap - ssh and file attributes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 20:04:06 -0000 Dan Nelson wrote: > /bin/ls is linked statically, which means it only knows about compat, > files, nis, and dns; you can build a dynamic one, or step up and write Ahh, thank you for this explanation. :-) There are other strange things with -CURRENT and LDAP-setup: I have jdk13 running on the machine (Hotspot enabled) and any User from the LDAP-directory could start java only once, all further attempts fail. For local users there is no such problem. cu, Uwe