samba: add option to 'smb.conf' and 'samba.conf.sample' for changing name resolve order to prevent an possible bug with newer samba

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-13 06:39:03 +02:00
parent 66f4f106fc
commit 3d4dc0e83e
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = no wins support = no
syslog only = yes syslog only = yes
name resolve order = lmhosts wins bcast host
# here you can add a writable share of a disk under /storage # here you can add a writable share of a disk under /storage

View File

@ -7,6 +7,7 @@
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = no wins support = no
syslog only = yes syslog only = yes
name resolve order = lmhosts wins bcast host
# here you can add a writable share of a disk under /storage # here you can add a writable share of a disk under /storage