[Samba] User's home folders

Helmut Hullen Hullen at t-online.de
Wed May 2 22:20:00 MDT 2012


Hallo, zingalo/Stefano,

Du meintest am 02.05.12:

> I have a computer room with 30 machine Ubuntu and about 200
> differents users.
> So user_1 will logon on client_1 and he will work on
> /usersHomes/user_1 directory.
> Then, the user_2 will logon on the same client and he will work on
> /usersHomes/user_2 directory.

Perhaps you should mount the home directories on the server via cifs.

I use the following script lines (as part of a longer script):

  Login="rw,file_mode=0644,dir_mode=0755,username=$User,password=$Passwort,noserverino"
  mount -t cifs  -o $Login //$Rechner/$1 /mnt/$Rechner/$Verz

By the way (and as mentioned some days ago): you don't need something  
like "freeradius" for this job.

Viele Gruesse!
Helmut


More information about the samba mailing list