Click to See Complete Forum and Search --> : Help: Single login to multiple linux servers


hello
04-01-2003, 07:44 PM
Hi,
I have three linux server. I want to configure file servers for windows. But I do not know how to make single login to these three server. Thanks in advance for your help.
Best regards
Hello

serz
04-01-2003, 09:26 PM
I don't get you, what do you mean?

Magueta
04-01-2003, 09:48 PM
I think as long as they're all part of the same domain or workgroup you should be ok.

Joe

hello
04-01-2003, 11:12 PM
Hi All,
Thanks for your replies. What I mean is, Can I use only single user name and password to login to one linux server and use resources on other two linux server without loging in to these two servers. It is something like windows domain sturcture. With single authentication can use server firm resources. Thanks in advance for reply.

Regards

chrism01
04-02-2003, 08:58 AM
Well, you could setup the same user/passwd on each linux server, so they just appear to be different shares on the same server using Samba.
Or, you could Samba to one and have the other 2 export via NFS to the first server and share those under Samba.

singlespeed
04-02-2003, 02:22 PM
Doesn't NFS provide for this?

chrism01
04-02-2003, 03:11 PM
You're thinking of NIS. That should do it, but the Unix Sys Admin Handbook reckons NIS is bit of a security risk.
Guess its up to you.

Magueta
04-02-2003, 03:27 PM
Yes, NIS shouldn't be used on anything but an isolated network.

Joe