Created
June 25, 2015 11:57
-
-
Save cristiandley/e24be351b20966a12e76 to your computer and use it in GitHub Desktop.
samba
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 = GRUPODETRABAJO | |
server string = Samba Server %v | |
netbios name = misamba | |
security = user | |
map to guest = bad user | |
dns proxy = no | |
#============================ Share Definitions ============================== | |
[Anonymous] | |
path = /samba/anonymous | |
browsable =yes | |
writable = yes | |
guest ok = yes | |
read only = no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment