how to deceive programs as if I were a local user?

Chris Cowart ccowart at rescomp.berkeley.edu
Thu Apr 23 18:17:12 UTC 2009


Ruben de Groot wrote:
> 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 at 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.

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

-- 
Chris Cowart
Network Technical Lead
Network & Infrastructure Services, RSSP-IT
UC Berkeley
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20090423/ed6914dc/attachment.pgp


More information about the freebsd-questions mailing list