From d46f29766ffc7d4cd368727ba6eaf00745e242d9 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 26 Apr 2003 01:39:37 +0000 Subject: Many fixes for typos and syntax, includes patch from Jesse Jacobs (This used to be commit 422d7534e3cc12be01a86fad7bc54ed1e6d1b669) --- docs/docbook/projdoc/securing-samba.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/docbook/projdoc/securing-samba.sgml') 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: 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. @@ -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. -- cgit