[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: /etc/smb.conf /etc/smbusers



Hi,

I don't know how much you know about samba, so I will give you an example.

If you want to make it possible that the users can gain access to their home
directories, they must be present in the linux "environment". for example:
'adduser identity' 'passwd identity'. And now you have to enter the
following to /etc/smb.conf :

[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0750

That's all now they are able to get to their and only their home directory.

I think that the smbusers file is used for access restrictions on none home
directories. Just type 'smbadduser identity:sam' where identity is the name
of the user on the linux box and sam (it's my real name) is an network
alias. Now you can add the line

  valid users = identity         (or is it 'validusers' I#m not shure you
have to try)

to any of the

[*****]

and only identity can connect to that directory.


That's all


----- Original Message -----
From: samuel <samu gi intercom es>
To: <redhat-install-list redhat com>; <redhat-list redhat com>
Sent: Tuesday, September 21, 1999 4:24 PM
Subject: /etc/smb.conf /etc/smbusers


> can you please send me your /etc/smb.conf and /etc/smbusers please?
>
> I would like to view some conf examples
>
> I just want PCs to view my linux and depending on the username and
password
> entered gain access to home user directories
>
>
>  |> Sam
>  |> #ICQ 38770781
>
>
>
> --
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com http://archive.redhat.com
>          To unsubscribe: mail redhat-install-list-request redhat com with
>                        "unsubscribe" as the Subject.
>
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]