diff options
author | Jeremy Allison <jra@samba.org> | 2010-02-08 14:35:02 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-08 14:35:02 -0800 |
commit | 3f2415c9bf9342aeb5a70901018527ed1f109754 (patch) | |
tree | 2aac4a39210746541db725e5d63ec0eae9c3d366 /docs-xml/smbdotconf | |
parent | e425162933cd7a589e224da057b390d3d7e9b47a (diff) | |
download | samba-3f2415c9bf9342aeb5a70901018527ed1f109754.tar.gz samba-3f2415c9bf9342aeb5a70901018527ed1f109754.tar.bz2 samba-3f2415c9bf9342aeb5a70901018527ed1f109754.zip |
Make "nmbd bind explicit broadcast" on by default.
Fix a comment typo.
Jeremy.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml index f3285944d5..3a44a69d54 100644 --- a/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml +++ b/docs-xml/smbdotconf/misc/nmbdbindexplicitbroadcast.xml @@ -5,12 +5,13 @@ 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. + 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">no</value> +<value type="default">yes</value> </samba:parameter> |