Created
September 29, 2011 03:00
-
-
Save ootput/1249888 to your computer and use it in GitHub Desktop.
smb.conf
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 = MASTER.LIT | |
| netbios name = SMB_PDC | |
| server string = Descartes | |
| interfaces = re0 | |
| log file = /var/log/samba/log.%m | |
| max log size = 50 | |
| domain logons = Yes | |
| os level = 65 | |
| preferred master = Yes | |
| domain master = Yes | |
| dns proxy = No | |
| wins support = Yes | |
| hosts allow = 10.254.0. | |
| use sendfile = yes | |
| strict locking = no | |
| min receivefile size = 131072 | |
| aio read size = 1 | |
| aio write size = 1 | |
| socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment