blob: fd72f06a7f2b7d91e167235e76ef01aad4c20157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="nmbd bind explicit broadcast"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This option causes <citerefentry><refentrytitle>nmbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> to explicitly bind to the
broadcast address of the local subnets. This is needed to make nmbd
work correctly in combination with the <smbconfoption name="socket address"/> option.
You should not need to unset this option.
</para>
</description>
<value type="default">yes</value>
</samba:parameter>
|