Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: cipandales on August 13, 2008, 09:54:39 AM

Title: Users and visible folders
Post by: cipandales 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
Title: Re: Users and visible folders
Post by: brentonv 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
Title: Re: Users and visible folders
Post by: cipandales 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 !