diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 13:05:06 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 13:05:06 +0000 |
commit | 6cfaa0e6e28d9f6770c9320b367be023af0fb8af (patch) | |
tree | 06c600b4bd01f1f47f56993d87494b59be0ce681 /net/samba4wins/files/samba4wins.conf.sample | |
parent | Replace BROKEN with IGNORE. (diff) |
The Samba4WINS project provides a full featured replicating WINS server
for UNIX. It is a spinoff of the Samba 4 project, the upcoming version
of the Samba software suite and will also be available as part of the
Samba suite as soon as Samba 4 is released.
WWW: http://enterprisesamba.org/index.php?id=88
PR: ports/95774
Submitted by: Timur I. Bakeyev <timur@gnu.org>
Notes
Notes:
svn path=/head/; revision=159870
Diffstat (limited to 'net/samba4wins/files/samba4wins.conf.sample')
-rw-r--r-- | net/samba4wins/files/samba4wins.conf.sample | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/samba4wins/files/samba4wins.conf.sample b/net/samba4wins/files/samba4wins.conf.sample new file mode 100644 index 000000000000..d4f52eae6fb1 --- /dev/null +++ b/net/samba4wins/files/samba4wins.conf.sample @@ -0,0 +1,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 |