Or tell them to bu...r off and leave their staff to do their work

Rob wrote:
>
>
> To give admin access to users home directory
>
> change the guest = no to guest = yes in the homes section of
> /etc/samba/smb.conf
>
> you will need to set up a custom-template for this or it will
> be overwritten next time you add a user or ibay
>
> change the permissions on the users home directory to allow
> group access i.e chmod 770 /home/e-smith/files/users/
>
> Add admin to each users group in /etc/group
>
>
::admin
>
> logon as admin and (on a win-box) run \servername\username
> and their home directory will appear
>
> you will be able to read but not write. (despite having group
> permissions for that diectory - may be a smb.conf issue)
>
> Every time you create a new user or ibay the groups file will
> be re-written and you will have to do all this again - unless
> you alter the scripts that create the group file
>
> hope this gets you started
>
> rob