Hello everyone,
New forum member and Smeserver 8.1 user.
I have not worked with a linux/unix environment since back in the SCO/Unix System V days. That being said, I am duly impressed with the stability, strength and consistency of this distribution and how everything works together.
My question has to do with the mount --bind question.
First question, more a statement, is that I found that a mount --bind command only lasts until the next server reboot. My question is would a mou-bi command be better setup in fstab or as a secondary script that runs at boot ?
Secondly, I was trying to come up with a way to have allowed file share access to clients (remote from internet), but at the same time allow employees local access these same shares to grab art files customers would upload.
I have settled on the following set-up:
I installed the following contribs:
--Sharedfolders
--Webshare
I then setup a group called ftpusers that has read only access.
Created a Sharedfolder named "fileshare" and gave read only permission to the ftpusers group.
Created a Webshare named "ccccccc" and added a user name / password for that share.
Accessed the sharedfolder "fileshare" via a mapped drive f: on my WinXP machine and created a folder named "ccccccc"
Lastly issued a mount --bind /opt/webshare/ccccccc/files /home/e-smith/files/shares/fileshare/files/ccccccc
So far, web users have access to their share, and samba users can access that webshare by clicking on the named folder in the Sharedfolder mapped to their f: drive on XP Machines.
My question: Are their any security concerns I should have using this setup that the average person would not be aware of ?
Mark