From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikel Jimenez Subject: Re: autofs+LDAP Date: Mon, 22 Sep 2008 09:36:58 +0200 Message-ID: <48D74B1A.7020403@irontec.com> References: <48D6BF37.1050404@irontec.com> <1222058110.3163.78.camel@raven.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1222058110.3163.78.camel@raven.themaw.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Ian Kent Cc: autofs@linux.kernel.org Ian Kent escribi=F3: > On Sun, 2008-09-21 at 23:40 +0200, Mikel Jimenez wrote: > = >> Hello Guys >> >> I have a OpenLDAP server with user accounts. Actually, i autheticate my = >> LAN machines to LDAP server and ALL OK. >> >> I want that: >> >> EXAMPLE: >> day 1: >> user1 login in machine1 and I want to mount via NFS, the home of this = >> user, that is in another storage server >> >> day 2: user 1 login in machine6 and I want to mount via NFS, the home of = >> this user, that is in another storage server >> >> >> I want to have all users homes, in a centralized storage server, and = >> give the posibility to users to login in any machine of the LAN, and = >> have they home directory mounted automaticaly. >> >> Is that posible with autofs+LDAP? >> = > > Basically yes, but there are a number of decisions about how this might > be setup at your site that don't relate specifically to autofs. > > Ian > > > = Ok. Thanks a lot for your time. Can you guide me ? Thanks another time