Koozali.org: home of the SME Server

Users and visible folders

Offline cipandales

  • **
  • 32
  • +0/-0
Users and visible folders
« on: August 13, 2008, 09:54:39 AM »
Hi all !

Is there any posibility to block users to see their home directory/primary folders ?
And to see just the ebays created for ?

Thanks

Offline brentonv

  • ****
  • 71
  • +0/-0
Re: Users and visible folders
« Reply #1 on: August 14, 2008, 05:40:23 AM »
create custom samba template and add visible=no for whatever you want to hide.

probably something like:

{
    if ($key eq 'SHARE NAME')
    {
        $OUT .= "visible = no\n";
    }
}

regards,
brentonv
« Last Edit: August 14, 2008, 05:49:46 AM by brentonv »

Offline cipandales

  • **
  • 32
  • +0/-0
Re: Users and visible folders
« Reply #2 on: August 15, 2008, 07:51:54 AM »
Hi !

So, where are the samba files wich i must modify ?
And, please, give more hints to make the modifications.
I just migrate from macos x and i want to have the same layout for ftp/smb/apple talk connections.

I use sme server 7.3.

Thank you !
« Last Edit: August 15, 2008, 07:54:40 AM by cipandales »