Last active
July 11, 2018 20:51
-
-
Save nathanjackson/e33766e639019f92d334e93ec288d2cc to your computer and use it in GitHub Desktop.
Minimal
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
# A minimal config for samba to share with Windows 2000. | |
# This is insecure... don't run this config on a production system. | |
[global] | |
workgroup = SAMBA | |
security = user | |
lanman auth = yes | |
ntlm auth = yes | |
[public] | |
path = /public | |
writable = yes | |
browseable = yes | |
valid users = nobody |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment