From 8920ad1215beab24e1bc1b59805e0d51d9bd1615 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 1 Nov 2005 22:33:40 +0000 Subject: A slew of fixups that were causing problems for some folk. (This used to be commit 6b2ea0772cd3ec8cd735acec2cde807d972737c5) --- docs/smbdotconf/security/hostsallow.xml | 9 ++++----- docs/smbdotconf/security/hostsdeny.xml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/smbdotconf/security') diff --git a/docs/smbdotconf/security/hostsallow.xml b/docs/smbdotconf/security/hostsallow.xml index 5e807daa68..849b515f46 100644 --- a/docs/smbdotconf/security/hostsallow.xml +++ b/docs/smbdotconf/security/hostsallow.xml @@ -5,8 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> allow hosts - A synonym for this parameter is allow - hosts. + A synonym for this parameter is . This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service. @@ -17,9 +16,9 @@ You can specify the hosts by name or IP number. For example, you could restrict access to only the hosts on a - Class C subnet with something like allow hosts = 150.203.5. - . The full syntax of the list is described in the man - page hosts_access(5). Note that this man + Class C subnet with something like allow hosts = 150.203.5.. + The full syntax of the list is described in the man + page hosts_access(5). Note that this man page may not be present on your system, so a brief description will be given here also. diff --git a/docs/smbdotconf/security/hostsdeny.xml b/docs/smbdotconf/security/hostsdeny.xml index 0f2241cb32..136f86c9c8 100644 --- a/docs/smbdotconf/security/hostsdeny.xml +++ b/docs/smbdotconf/security/hostsdeny.xml @@ -14,7 +14,7 @@ In the event that it is necessary to deny all by default, use the keyword ALL (or the netmask 0.0.0.0/0) and then explicitly specify - to the hosts allow parameter those hosts + to the hosts allow parameter those hosts that should be permitted access. -- cgit