Home Directory

Giulio Orsero giulioo at pobox.com
Mon Dec 20 07:48:34 GMT 1999


On Sat, 18 Dec 1999 04:49:22 +1100, hai scritto:

>
>Samba Share /public	=	/home
>User home 			/home/user
>
>In the moment I can map the user to their home directory
>\\server\share\home_directory
>The user always ends up at \\server\share
>

There are 2 ways you can do it:

1) you have samba-2.0.6
Set up the special [homes] share, then in the login script use
net use x: /home

2) you have samba < 2.0.6
[homeshare]
   browseable = no
   path=/home/%U
   read only = no
   create mask = 0600
   directory mask = 0700

then use
net use x: \\server\homeshare

-- 
giulioo at pobox.com


More information about the samba-ntdom mailing list