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
-
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
-
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
-
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 !