I've set up a Linux (openSUSE) machine in my home as a file server,
and Apache, visible on the internet with port forwarding through my
router. I also have a Samba server running on this machine.
Let's say I have a directory /srv/www/mysite that acts as the root
folder for my website
www.mysite.net
If I also set up a Samba share for that directory with full read-write
access for a user on a WinXP client elsewhere on my network, am I
creating a security exposure for myself?
I want to be able to update files on the website by treating it as a
mapped drive on the WinXP client, since I do most of my website
development on that client.
Is this okay, or a bad idea?
Thanks,
Randy