Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] NIS problem in condor execution node
- Date: Mon, 20 Feb 2006 11:27:15 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] NIS problem in condor execution node
On Fri, Feb 17, 2006 at 12:34:07PM +0800, Hsieh Tsan Lung wrote:
>
> The problem is that, I can't get user information in execution node.
> e.g.
> [tsan@gk tsan]$ condor_run id cdfsoft
> id: cdfsoft: No such user
> The same in shell scripts.
>
>
> If I do 'ypcat passwd >> /etc/passwd', this works
> e.g.
> [tsan@gk tsan]$ condor_run id cdfsoft
> uid=7737(cdfsoft) gid=3286(cdfsoft) groups=3286(cdfsoft)
> The same it works in shell scripts.
>
>
>
> How to solve it between condor and NIS without adding user information into /etc/passwd
>
This isn't something that Condor can solve. Try looking at the
NSS settings on your execution machines:
man 5 nsswitch.conf
-Erik