From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 18:17:12 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 785D61065672 for ; Thu, 23 Apr 2009 18:17:12 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB7D8FC16 for ; Thu, 23 Apr 2009 18:17:12 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1225) id EAA743C0584; Thu, 23 Apr 2009 11:17:11 -0700 (PDT) Date: Thu, 23 Apr 2009 11:17:11 -0700 From: Chris Cowart To: Ruben de Groot , Kouichiro Iwao , freebsd-questions@freebsd.org Message-ID: <20090423181711.GH40655@hal.rescomp.berkeley.edu> Mail-Followup-To: Ruben de Groot , Kouichiro Iwao , freebsd-questions@freebsd.org References: <20090423073229.GA87987@club.kyutech.ac.jp> <20090423091027.GA47290@ei.bzerk.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="R6sEYoIZpp9JErk7" Content-Disposition: inline In-Reply-To: <20090423091027.GA47290@ei.bzerk.org> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.18 (2008-05-17) Cc: 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 18:17:12 -0000 --R6sEYoIZpp9JErk7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ruben de Groot wrote: > On Thu, Apr 23, 2009 at 04:32:29PM +0900, Kouichiro Iwao typed: > > Hi. > >=20 > > 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) accou= nt. > >=20 > > Connecting the remote server, nxclient says "connection error" and > > I found out that it caused by nxssh. > >=20 > > If nxssh was executed by a NIS account, nxssh says, > > [meta@trueno ~]$ nxssh > > You don't exist, go away! > >=20 > > How to deceive programs as if I were a user in /etc/master.passwd? >=20 > I don't know anything of nxssh, but it sounds like a pam issue. This error means the program tried to look up some name information for your UID number and failed. You need to configure the data source in /etc/nsswitch.conf: group: files cache ldap passwd: files cache ldap --=20 Chris Cowart Network Technical Lead Network & Infrastructure Services, RSSP-IT UC Berkeley --R6sEYoIZpp9JErk7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iQIcBAEBAwAGBQJJ8LCnAAoJEIGh6j3cHUNP7UIP/R0OcOHMMLitv2Ws06XKFoMn wiRdefT+JMLpIQXXxo7CL5WsLmTH88JXER3jnSJa0XRxXh/AeoW+j9d/OZugg0CM mldTBG/qWeNHgxClzP3F8ANF7QBOHv81VOOdBRQyFeVCXx+m6CV/H+X1/3RFNQ5a JeWS/NcZ7u3MFdw8SriVSc6qEwD7k8YStL8mbRR14z3dp0W8pTl8VlGBXI+qIzQX dfsI0F6PxT07CgnIqC+I9VRV0BAu7NJhbP8uy+J9Qd9wnA2igCjnlEwU9QY+Fj4u Son50/kZWgYdpCxcSkHTwOmSaV3EDezUY54+w27nhtXBvrdxkAWn3hCvVLmCM5kA eU3yZHsmcSyHzPHmnD6dz7Y8n7+BQoSRhuroBgYrseRm00rvLzn2GmwMQr2KvnCe g9zQf9lq35njMbore+EGH96EP4yTBI807/6RfTjTMw1IlZ97C+NgugGiOFiOSNl1 jWaFw4ZGEFgCvQ7xzrBXCd6+7XiLTOZjiqpJ1xjlwN/cBLEbnzvbt4dUI0h3qm+B 60poUN7emrFfRTQ/4q8ue7PktTd3v3DKj0CNbUC9CzOmpX6jzW9mVBxNFfwLfYyP 5tjCv36lP60ey4eMYiJ4j/aBChEglRLG8yqWLhFPXsOyoVBj0hbfquZ52XUX+Okd 7LUoJobE8rZenJ7a+61g =96C1 -----END PGP SIGNATURE----- --R6sEYoIZpp9JErk7--