LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Samba and VSFTPD - the same folder - how to configure ? (https://www.linuxquestions.org/questions/linux-server-73/samba-and-vsftpd-the-same-folder-how-to-configure-839264/)

dlugasx 10-20-2010 08:05 AM

Samba and VSFTPD - the same folder - how to configure ?
 
Hi Gurus,

I would like to configure an access to folder

/fileserver

for two services : Samba and VSFTPD


How to do it ? How to create folder rights that samba and ftp user will have an access (read/write/delete) to all directories in /fileserver.

My system is CentOS. I`m starting samba and vsftpd like a root (/etc/init.d/vsftpd start etc.)


Any transparent proxy ideas - prohibited.


help...


Dlugasx

bathory 10-21-2010 06:54 AM

Hi,

I guess the vsftpd setup is like in your previous post

If so, for samba you can use in smb.conf:
Code:

[fileserver]
path = /fileserver
public = yes
writable = yes
valid group = @users

Regards


All times are GMT -5. The time now is 09:23 PM.