summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/base
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2007-04-16 07:47:27 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:31 -0500
commitab8552ea51b8ed0f67252ffda6b502d0d6c23bf7 (patch)
tree7dcd48da6af761f86e3010f0b31428e57de2d9fd /docs/smbdotconf/base
parenta5932942561e2a32a0487568fb7e9923652f5e8c (diff)
downloadsamba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.tar.gz
samba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.tar.bz2
samba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.zip
Add some missing whitespaces.
(This used to be commit a4598542897699d35c2614f87044ddd4f138d85d)
Diffstat (limited to 'docs/smbdotconf/base')
-rw-r--r--docs/smbdotconf/base/bindinterfacesonly.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/smbdotconf/base/bindinterfacesonly.xml b/docs/smbdotconf/base/bindinterfacesonly.xml
index ae72efd73d..bccac4a0da 100644
--- a/docs/smbdotconf/base/bindinterfacesonly.xml
+++ b/docs/smbdotconf/base/bindinterfacesonly.xml
@@ -16,13 +16,13 @@
also binds to the &quot;all addresses&quot; interface (0.0.0.0) on ports 137 and 138 for the purposes of
reading broadcast messages. If this option is not set then <command moreinfo="none">nmbd</command> will
service name requests on all of these sockets. If <smbconfoption name="bind interfaces only"/> is set then
- <command moreinfo="none">nmbd</command> will check the source address of any packets coming in on the
+ <command moreinfo="none">nmbd</command> will check the source address of any packets coming in on the
broadcast sockets and discard any that don't match the broadcast addresses of the interfaces in the
<smbconfoption name="interfaces"/> parameter list. As unicast packets are received on the other sockets it
allows <command moreinfo="none">nmbd</command> to refuse to serve names to machines that send packets that
arrive through any interfaces not listed in the <smbconfoption name="interfaces"/> list. IP Source address
spoofing does defeat this simple check, however, so it must not be used seriously as a security feature for
- <command moreinfo="none">nmbd</command>.
+ <command moreinfo="none">nmbd</command>.
</para>
<para>
@@ -36,17 +36,17 @@
<para>
If <smbconfoption name="bind interfaces only"/> is set then unless the network address
- <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list
- <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
- <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
+ <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list
+ <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
+ <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
expected due to the reasons covered below.
</para>
<para>
To change a users SMB password, the <command moreinfo="none">smbpasswd</command> by default connects to the
- <emphasis>localhost - 127.0.0.1</emphasis> address as an SMB client to issue the password change request. If
+ <emphasis>localhost - 127.0.0.1</emphasis> address as an SMB client to issue the password change request. If
<smbconfoption name="bind interfaces only"/> is set then unless the network address
- <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list then <command
+ <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list then <command
moreinfo="none"> smbpasswd</command> will fail to connect in it's default mode. <command
moreinfo="none">smbpasswd</command> can be forced to use the primary IP interface of the local host by using
its <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> <parameter