* [gentoo-user] Is the best solution still NIS+NFS?
@ 2006-08-10 21:36 Leandro Melo de Sales
2006-08-11 4:30 ` Donnie Berkholz
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Leandro Melo de Sales @ 2006-08-10 21:36 UTC (permalink / raw
To: gentoo-user
Hi list,
few years later I setup a environment which shares the /home using
NFS for the users and the authentication method was NIS. Is this still
the best solution?
My current environment is based on LDAP where all services use it. I
configured PAM+NSSwitch, Postfix, and so on. Now, I want linux client
workstations be authenticated remotely on my LDAP server and mount the
users home. What do you recommend?
Thanks,
Leandro.
--
Leandro Melo de Sales.
Computer Science MSc Candidate
Distributed System Lab - lsd.ufcg.edu.br
Pervasive Computing Lab - embedded.ufcg.edu.br
Universidade Federal de Campina Grande - UFCG
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Is the best solution still NIS+NFS?
2006-08-10 21:36 [gentoo-user] Is the best solution still NIS+NFS? Leandro Melo de Sales
@ 2006-08-11 4:30 ` Donnie Berkholz
2006-08-11 13:46 ` Leandro Melo de Sales
2006-08-11 15:03 ` Sven Köhler
2006-08-14 6:08 ` [gentoo-user] " Dirk Heinrichs
2 siblings, 1 reply; 9+ messages in thread
From: Donnie Berkholz @ 2006-08-11 4:30 UTC (permalink / raw
To: gentoo-user
Leandro Melo de Sales wrote:
> Hi list,
>
> few years later I setup a environment which shares the /home using
> NFS for the users and the authentication method was NIS. Is this still
> the best solution?
> My current environment is based on LDAP where all services use it. I
> configured PAM+NSSwitch, Postfix, and so on. Now, I want linux client
> workstations be authenticated remotely on my LDAP server and mount the
> users home. What do you recommend?
You can use LDAP + pam_ldap for auth, I think there's a guide on gentoo.org.
Thanks,
Donnie
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Is the best solution still NIS+NFS?
2006-08-11 4:30 ` Donnie Berkholz
@ 2006-08-11 13:46 ` Leandro Melo de Sales
2006-08-11 16:28 ` Donnie Berkholz
0 siblings, 1 reply; 9+ messages in thread
From: Leandro Melo de Sales @ 2006-08-11 13:46 UTC (permalink / raw
To: gentoo-user
OK. And about NFS? Is still the best one for file share proposes? What
about CIFS?
[]s
Leandro
2006/8/11, Donnie Berkholz <dberkholz@gentoo.org>:
> Leandro Melo de Sales wrote:
> > Hi list,
> >
> > few years later I setup a environment which shares the /home using
> > NFS for the users and the authentication method was NIS. Is this still
> > the best solution?
> > My current environment is based on LDAP where all services use it. I
> > configured PAM+NSSwitch, Postfix, and so on. Now, I want linux client
> > workstations be authenticated remotely on my LDAP server and mount the
> > users home. What do you recommend?
>
> You can use LDAP + pam_ldap for auth, I think there's a guide on gentoo.org.
>
> Thanks,
> Donnie
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Is the best solution still NIS+NFS?
2006-08-11 13:46 ` Leandro Melo de Sales
@ 2006-08-11 16:28 ` Donnie Berkholz
2006-08-11 19:20 ` [gentoo-user] " reader
0 siblings, 1 reply; 9+ messages in thread
From: Donnie Berkholz @ 2006-08-11 16:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
Leandro Melo de Sales wrote:
> OK. And about NFS? Is still the best one for file share proposes? What
> about CIFS?
NFSv3 over TCP is pretty solid, but if you're in a mixed Windows-Linux
environment you might want to look into CIFS.
Thanks,
Donnie
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Is the best solution still NIS+NFS?
2006-08-11 16:28 ` Donnie Berkholz
@ 2006-08-11 19:20 ` reader
2006-08-11 20:48 ` Anno v. Heimburg
0 siblings, 1 reply; 9+ messages in thread
From: reader @ 2006-08-11 19:20 UTC (permalink / raw
To: gentoo-user
Donnie Berkholz <dberkholz@gentoo.org> writes:
> Leandro Melo de Sales wrote:
>> OK. And about NFS? Is still the best one for file share proposes? What
>> about CIFS?
>
> NFSv3 over TCP is pretty solid, but if you're in a mixed Windows-Linux
> environment you might want to look into CIFS.
But when the direction is windows => linux. How does cifs come into play?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Is the best solution still NIS+NFS?
2006-08-11 19:20 ` [gentoo-user] " reader
@ 2006-08-11 20:48 ` Anno v. Heimburg
2006-08-11 21:11 ` reader
0 siblings, 1 reply; 9+ messages in thread
From: Anno v. Heimburg @ 2006-08-11 20:48 UTC (permalink / raw
To: gentoo-user
reader@newsguy.com wrote:
> But when the direction is windows => linux. How does cifs come into play?
I don't quite get your question. CIFS/SMB is what Windows uses for its
network shares. Using samba, Linux can both share and mount* CIFS volumes.
Anno
*) For mounting, you have to also compile SMB support into the kernel.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Is the best solution still NIS+NFS?
2006-08-11 20:48 ` Anno v. Heimburg
@ 2006-08-11 21:11 ` reader
0 siblings, 0 replies; 9+ messages in thread
From: reader @ 2006-08-11 21:11 UTC (permalink / raw
To: gentoo-user
"Anno v. Heimburg" <anno@vonheimburg.de> writes:
> reader@newsguy.com wrote:
>> But when the direction is windows => linux. How does cifs come into play?
>
> I don't quite get your question. CIFS/SMB is what Windows uses for its
> network shares. Using samba, Linux can both share and mount* CIFS volumes.
Oh sorry I was laboring under the notion smb disn not include cifs.
My mistake.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Is the best solution still NIS+NFS?
2006-08-10 21:36 [gentoo-user] Is the best solution still NIS+NFS? Leandro Melo de Sales
2006-08-11 4:30 ` Donnie Berkholz
@ 2006-08-11 15:03 ` Sven Köhler
2006-08-14 6:08 ` [gentoo-user] " Dirk Heinrichs
2 siblings, 0 replies; 9+ messages in thread
From: Sven Köhler @ 2006-08-11 15:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
> few years later I setup a environment which shares the /home using
> NFS for the users and the authentication method was NIS. Is this still
> the best solution?
> My current environment is based on LDAP where all services use it. I
> configured PAM+NSSwitch, Postfix, and so on. Now, I want linux client
> workstations be authenticated remotely on my LDAP server and mount the
> users home. What do you recommend?
My university uses LDAP + AFS.
AFS seems quite complicated though ...
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Is the best solution still NIS+NFS?
2006-08-10 21:36 [gentoo-user] Is the best solution still NIS+NFS? Leandro Melo de Sales
2006-08-11 4:30 ` Donnie Berkholz
2006-08-11 15:03 ` Sven Köhler
@ 2006-08-14 6:08 ` Dirk Heinrichs
2 siblings, 0 replies; 9+ messages in thread
From: Dirk Heinrichs @ 2006-08-14 6:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
Am Donnerstag, 10. August 2006 23:36 schrieb ext Leandro Melo de Sales:
> Hi list,
>
> few years later I setup a environment which shares the /home using
> NFS for the users and the authentication method was NIS. Is this still
> the best solution?
It never was. It was the _only_ one for some time.
Depending on the size of your network, I would look into OpenAFS, Kerberos
and LDAP for file, authorization and authentication services.
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-08-14 6:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 21:36 [gentoo-user] Is the best solution still NIS+NFS? Leandro Melo de Sales
2006-08-11 4:30 ` Donnie Berkholz
2006-08-11 13:46 ` Leandro Melo de Sales
2006-08-11 16:28 ` Donnie Berkholz
2006-08-11 19:20 ` [gentoo-user] " reader
2006-08-11 20:48 ` Anno v. Heimburg
2006-08-11 21:11 ` reader
2006-08-11 15:03 ` Sven Köhler
2006-08-14 6:08 ` [gentoo-user] " Dirk Heinrichs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox