Ian Kent wrote: > 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?
In auto.master, you can have an entry like: /home ldap:nisMapName=auto_XXXXX,ou=Autofs,.... and have each system specify a different auto_XXXXX location in LDAP to start from. Or you could have have script in place of the auto.home entry: /home auto_select_script,.... where auto_select_script is a script that is passed the username. It can use ldap to determine what to do. > > 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 > > > _______________________________________________ > autofs mailing list > [email protected] > http://linux.kernel.org/mailman/listinfo/autofs > > -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
