From: John Terpstra Date: Mon, 17 Oct 2005 15:59:33 +0000 (+0000) Subject: Fix for bug #3146 X-Git-Tag: samba-3.3.0pre1~1885 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86fd63bebe314d1137c01fc6b0cf097e8ddabb17;p=thirdparty%2Fsamba.git Fix for bug #3146 --- diff --git a/docs/manpages-3/smbmount.8.xml b/docs/manpages-3/smbmount.8.xml index 68e0b351e06..c8eaa664f22 100644 --- a/docs/manpages-3/smbmount.8.xml +++ b/docs/manpages-3/smbmount.8.xml @@ -69,8 +69,8 @@ password=<arg> specifies the SMB password. If this - option is not given then the environment variable - PASSWD is used. If it can find + option is not given then the environment variable + PASSWD is used. If it can find no password smbmount will prompt for a passeword, unless the guest option is given. diff --git a/docs/smbdotconf/security/hostsdeny.xml b/docs/smbdotconf/security/hostsdeny.xml index ab254aeb6ff..0f2241cb32a 100644 --- a/docs/smbdotconf/security/hostsdeny.xml +++ b/docs/smbdotconf/security/hostsdeny.xml @@ -10,6 +10,13 @@ services unless the specific services have their own lists to override this one. Where the lists conflict, the allow list takes precedence. + + + 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 + that should be permitted access. + none (i.e., no hosts specifically excluded)