diff options
author | Jeremy Allison <jra@samba.org> | 2010-02-10 08:39:37 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-10 08:39:37 -0800 |
commit | 84fba3c1bc962804259f201d465acfdf0cd3c6a8 (patch) | |
tree | 42edf2cb88556972594d4e8fa1228c64e9d53597 /docs-xml/smbdotconf | |
parent | 1cd9df8da2a1ef0e2a45ea67ea7766cbbe9984f0 (diff) | |
download | samba-84fba3c1bc962804259f201d465acfdf0cd3c6a8.tar.gz samba-84fba3c1bc962804259f201d465acfdf0cd3c6a8.tar.bz2 samba-84fba3c1bc962804259f201d465acfdf0cd3c6a8.zip |
Change the default of "nmbd bind explicit broadcast" to "no"
until the double processing problem in bug #7118 is fixed.
Jeremy.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml index 3a44a69d54..8d2135b3ff 100644 --- a/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml +++ b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml @@ -7,11 +7,10 @@ <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 + broadcast address of the local subnets. This can be used 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> +<value type="default">no</value> </samba:parameter> |