diff options
author | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
commit | d820b547bd5c555c566bb49cefb7004597cfe114 (patch) | |
tree | 8f12a0a5b73acecaa99d4fe1656fdfff64b1ef3e /docs/docbook/projdoc/securing-samba.sgml | |
parent | 05a7f65f8a107302ff29aac9e49b9e29a792b6fd (diff) | |
download | samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.gz samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.bz2 samba-d820b547bd5c555c566bb49cefb7004597cfe114.zip |
Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
Diffstat (limited to 'docs/docbook/projdoc/securing-samba.sgml')
-rw-r--r-- | docs/docbook/projdoc/securing-samba.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/securing-samba.sgml b/docs/docbook/projdoc/securing-samba.sgml index eedc7ba725..d320767a77 100644 --- a/docs/docbook/projdoc/securing-samba.sgml +++ b/docs/docbook/projdoc/securing-samba.sgml @@ -44,7 +44,7 @@ might be: <para> The above will only allow SMB connections from 'localhost' (your own computer) and from the two private networks 192.168.2 and -192.168.3. All other connections will be refused connections as soon +192.168.3. All other connections will be refused as soon as the client sends its first packet. The refusal will be marked as a 'not listening on called name' error. </para> @@ -84,7 +84,7 @@ If you use the above and someone tries to make a SMB connection to your host over a PPP interface called 'ppp0' then they will get a TCP connection refused reply. In that case no Samba code is run at all as the operating system has been told not to pass connections from that -interface to any process. +interface to any samba process. </para> </sect1> |