Created
November 17, 2009 14:22
-
-
Save tedheich/236929 to your computer and use it in GitHub Desktop.
Simple samba configuration file
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
security=user | |
username map=/etc/samba/smbusers | |
[homes] | |
comment=Home Directories | |
browseable=yes | |
writable=yes | |
valid=%S ; so that only the defined users can view it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment