Line 24: |
Line 24: |
| yum --enablerepo=smecontribs install smeserver-shared-folders | | yum --enablerepo=smecontribs install smeserver-shared-folders |
| | | |
− | *Mount your filesystem(s) with the ACL option | + | *Mount your file system(s) with the ACL option |
| | | |
| If you use a standard SME server installation: | | If you use a standard SME server installation: |
Line 31: |
Line 31: |
| If you don't like to reboot your server every time you install something (just like me :)), you can just run: | | If you don't like to reboot your server every time you install something (just like me :)), you can just run: |
| expand-template /etc/fstab | | expand-template /etc/fstab |
− | Check your filesystem mounted in /home/e-smith/files/ has the acl option, for example: | + | Check your file system mounted in /home/e-smith/files/ has the acl option, for example: |
| | | |
| # This file is edited by fstab-sync - see 'man fstab-sync' for details | | # This file is edited by fstab-sync - see 'man fstab-sync' for details |
Line 65: |
Line 65: |
| | | |
| === Features === | | === Features === |
− | A lot of options are available in the panel. When you create a new shared fodler, or modify an existing one, the page is divided in 4 parts: | + | A lot of options are available in the panel. When you create a new shared folder, or modify an existing one, the page is divided in 4 parts: |
| * The first part let you enter a name and a comment for this shared folder. This part works exactly the same way than ibay. An initial limit of 12 characters exist for the name. You can raise this value with | | * The first part let you enter a name and a comment for this shared folder. This part works exactly the same way than ibay. An initial limit of 12 characters exist for the name. You can raise this value with |
| db configuration set maxShareNameLength 16 | | db configuration set maxShareNameLength 16 |
Line 72: |
Line 72: |
| | | |
| * The third part let you configure access to this shared folder using the SMB/CIFS protocol. There's two drop down menu | | * The third part let you configure access to this shared folder using the SMB/CIFS protocol. There's two drop down menu |
− | **'''SMB Access''' lets you configure the type of access: '''none''' (no access), '''enabled and browsable''' (enabled, and visible if you browse available shares of the server) or '''enabled, hidden''' (enabled, but you need to know the exact name to access it) | + | **'''SMB Access''' lets you configure the type of access: '''none''' (no access), '''enabled and browseable''' (enabled, and visible if you browse available shares of the server) or '''enabled, hidden''' (enabled, but you need to know the exact name to access it) |
− | **'''Recycle bin''' lets you configure a network recycle bin option available in samba. Available options are '''none''' (recycle bin is disabled), '''enabled, keep only the latest version''' (enable the recylce bin, but only keep the latest version if two file with the same name are deleted), or '''enabled, keep a copy of all versions''' (enable the recycle bin and keep a copy of every file deleted). When the recycle bin is enabled, if a user delete a file, instead of removing it from the server, samba will move it the the '''Recycle Bin''' directory at the top of the shared folder (the directory is created if it doesn't exist) | + | **'''Recycle bin''' lets you configure a network recycle bin option available in samba. Available options are '''none''' (recycle bin is disabled), '''enabled, keep only the latest version''' (enable the recycle bin, but only keep the latest version if two file with the same name are deleted), or '''enabled, keep a copy of all versions''' (enable the recycle bin and keep a copy of every file deleted). When the recycle bin is enabled, if a user delete a file, instead of removing it from the server, samba will move it the the '''Recycle Bin''' directory at the top of the shared folder (the directory is created if it doesn't exist) |
| | | |
| * The fourth part let you configure access to this shared folder using the HTTP/HTTPS protocol. There're also several options: | | * The fourth part let you configure access to this shared folder using the HTTP/HTTPS protocol. There're also several options: |
Line 81: |
Line 81: |
| **'''Dynamic content execution (PHP, SSI)''': this enable the execution of PHP script. If disabled files with a php extension won't be allowed. | | **'''Dynamic content execution (PHP, SSI)''': this enable the execution of PHP script. If disabled files with a php extension won't be allowed. |
| | | |
− | === Additionnal options === | + | === Additional options === |
| {{Incomplete}} | | {{Incomplete}} |
| | | |