Juan José Vidal
2005-Jan-20 13:04 UTC
[Samba] Samba-3 PDC: Home directories in other machine
Hi, I've a Samba-3 PDC LDAP Based and I want to put the home directories in other machine. It's impossible that this machine was a BDC; this machine only exports via NFS. My idea is mount via NFS this machine in my Samba-3 PDC machine (i.e: /users/), and share this directory from my users. Is it possible? I've searched, but nothing... Some links?? Thanks! PD: My english is odd, I know... -- ____________________________________________________________________________ Juan Jos? Vidal Agust?n Universidad de Murcia (?TICA) ?rea de Tecnolog?as de la Informaci?n y las Comunicaciones Aplicadas Proyecto SOFTLA - Software Libre y Abierto Universidad de Murcia Edificio ?tica, Campus Univ. de Espinardo E-30100 Murcia (SPAIN) Tlf.: +34 968 39 8741 ____________________________________________________________________________
David Landgren
2005-Jan-20 13:26 UTC
[Samba] Samba-3 PDC: Home directories in other machine
On Thu, 20 Jan 2005 14:05:09 +0100, Juan Jos? Vidal <juanjova@um.es> wrote:> > Hi, > > I've a Samba-3 PDC LDAP Based and I want to put the home directories in > other machine. It's impossible that this machine was a BDC; this machine > only exports via NFS. > > My idea is mount via NFS this machine in my Samba-3 PDC machine > (i.e: /users/), and share this directory from my users. > > Is it possible?Yes, I've already done this.> I've searched, but nothing... Some links??This depends on your OS. Just find a recipe that tells you how to set up NFS. From experience, the HOWTOs for Linux, FreeBSD and Solaris are all very straightforward. Samba doesn't care really care one way or another whether the path of a share is an NFS mount or not. Well, it may underneath, but not that I noticed. The main question is one of permissions. Does the exporting server use nsswitch to authenticate off LDAP, or does it use its own /etc/passwd? David