blob: d4f52eae6fb12e62e94c351c38398333feb5c3e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#
# /usr/local/etc/samba4wins.conf
#
# Please read the following files carefully!
#
# /usr/local/share/doc/samba4wins/:
# README.txt
# NEWS.txt
# HOWTO.txt
# TODO.txt
#
[globals]
# it's important that this netbios name is different from
# the one that's used for samba3!
###netbios name = SERVER1-WINS
# only use the given interfaces
###bind interfaces only = yes
# this is the unicast address
###interfaces = 192.168.9.2
# samba4wins is only a wins server,
# and broadcasts are handled by samba3
# so disable listening on the broadcast address
###nbtd:disable_broadcast = yes
# as we want to ourself as wins server
# and don't listen on 127.0.0.1
# we need to explicit set the wins server here
###wins server = 192.168.9.2
|