[Samba] multiple users one /home question

Dimitris Theoharis dtheoharis at gmail.com
Fri Nov 23 10:47:21 GMT 2007


i would like to have only one /home/  but to be used by all users .
each user with his own profile
in fact i just wanna hide /home/user1 /home/user2 etc so only /home will be seen

i have this :
plz tell me how to get this to work ;)

[homes]
   comment = Homes
   browseable = yes
   writable = yes
   valid users = %S
   read only = no
   create mode = 0600
   directory mode = 0700

   logon home = \\xristoforos\%U //
   logon home = \\trandism\%U //
   logon home = \\george\%U //


[profile]
   comment = User profiles
   path = /home/samba/profiles
   valid users = %U
   create mode = 0600
   directory mode = 0700
   writable = yes
   browsable = no
   guest ok = no


More information about the samba mailing list