Koozali.org: home of the SME Server

Samba on SME 5.6

Offline zaker

  • *
  • 18
  • +0/-0
Samba on SME 5.6
« on: February 05, 2004, 07:37:12 PM »
Is there any way I can make the home directories on on SME 5.6 server readable/writeable by the owner and the admin? I am setting up an SME 5.6 box in a classroom for students to save their work on, and the students and instructor need to access the students home directory, not just the students.

Thanks
Tom

Offline Boris

  • *
  • 783
  • +0/-0
Samba on SME 5.6
« Reply #1 on: February 05, 2004, 09:17:08 PM »
try to copy template /etc/e-smith/templates/etc/smb.conf/50homes
to the template-custom and add statement

admin users = admin

then expand-template /etc/smb.conf and restart smb

as admin you should be able to point to \\server\username and open users home directory.

It is not browseble, but accessible.
If you want to make it browsebla as well, change
browseable = no
to
browseable = yes in the same template fragment.

Read more in the manual on how-to modify and customize templates.
...

Offline zaker

  • *
  • 18
  • +0/-0
It works!
« Reply #2 on: February 08, 2004, 02:57:20 PM »
Thanks, that worked!!

Except, I made browseable=yes, but I don't see the folders in windows explorer. I can get to them by typing them in though.

thanks again
Tom