Created
August 5, 2014 03:59
-
-
Save chelorossi/4ae90fb160761bfbfc3a to your computer and use it in GitHub Desktop.
Samba Configuration Example (Ubuntu / Windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| workgroup = EXAMPLE | |
| security = user | |
| map to guest = Bad User | |
| [public] | |
| comment = Public Share | |
| path = /home/server/Downloads | |
| browsable = yes | |
| guest ok = yes | |
| read only = no | |
| create mask = 0755 | |
| force user = server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment