From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 07:32:43 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 CE5CB106566C for ; Thu, 23 Apr 2009 07:32:43 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9782E8FC1A for ; Thu, 23 Apr 2009 07:32:43 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from localhost (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 4EACF11439 for ; Thu, 23 Apr 2009 16:32:42 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 8CEB711436 for ; Thu, 23 Apr 2009 16:32:30 +0900 (JST) Date: Thu, 23 Apr 2009 16:32:29 +0900 From: Kouichiro Iwao To: freebsd-questions@freebsd.org Message-ID: <20090423073229.GA87987@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Subject: 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 07:32:44 -0000 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? -- Iwao, Koichiro