From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 09:11:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F28A010656AA for ; Thu, 23 Apr 2009 09:11:46 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id D088E8FC15 for ; Thu, 23 Apr 2009 09:11:45 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n3N9AS9l047510; Thu, 23 Apr 2009 11:10:28 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n3N9ARav047509; Thu, 23 Apr 2009 11:10:27 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Thu, 23 Apr 2009 11:10:27 +0200 From: Ruben de Groot To: Kouichiro Iwao Message-ID: <20090423091027.GA47290@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Kouichiro Iwao , freebsd-questions@freebsd.org References: <20090423073229.GA87987@club.kyutech.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090423073229.GA87987@club.kyutech.ac.jp> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Thu, 23 Apr 2009 11:11:38 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: how to deceive programs as if I were a local user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 09:11:48 -0000 On Thu, Apr 23, 2009 at 04:32:29PM +0900, Kouichiro Iwao typed: > Hi. > > I'm going to connect to the remote server with nxclient. > But, net/linux-nx-client does't work with non-local (NIS or LDAP) account. > > Connecting the remote server, nxclient says "connection error" and > I found out that it caused by nxssh. > > If nxssh was executed by a NIS account, nxssh says, > [meta@trueno ~]$ nxssh > You don't exist, go away! > > How to deceive programs as if I were a user in /etc/master.passwd? I don't know anything of nxssh, but it sounds like a pam issue. Ruben