summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-02-08 12:59:13 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-15 10:26:04 +0100
commitf87c0e624bec2f60a134fc2ea2f3b8339b18de95 (patch)
tree1ccfa69fe9c7f360b10b8dc0ea6092f725416f08 /docs-xml
parent354e2295e4f502940743c62d0d6ee8f5af88f7a2 (diff)
downloadsamba-f87c0e624bec2f60a134fc2ea2f3b8339b18de95.tar.gz
s3:docs-xml: document "nmbd bind explicit broadcast"
metze (cherry picked from commit 9887751f6fa6f7e4fd5c79c637e0576405000c01) The last 3 fixes address bug #7118 (nmbd problems with socket address). (cherry picked from commit 5456e5e460041256cfa886eb8bab380c59c25b19)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml
new file mode 100644
index 00000000000..f3285944d52
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="nmbd bind explicit broadcast"
+ context="G"
+ advanced="1" developer="1"
+ type="boolean"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> to explicit bind to the
+ broadcast address of the local subnets. This is only useful in
+ combination with the <smbconfoption name="socket address"/> option.
+ </para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>