svn commit: samba-docs r824 - in trunk: manpages-3 smbdotconf/security

jht at samba.org jht at samba.org
Mon Oct 17 15:59:34 GMT 2005


Author: jht
Date: 2005-10-17 15:59:33 +0000 (Mon, 17 Oct 2005)
New Revision: 824

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=824

Log:
Fix for bug #3146
Modified:
   trunk/manpages-3/smbmount.8.xml
   trunk/smbdotconf/security/hostsdeny.xml


Changeset:
Modified: trunk/manpages-3/smbmount.8.xml
===================================================================
--- trunk/manpages-3/smbmount.8.xml	2005-10-17 15:54:20 UTC (rev 823)
+++ trunk/manpages-3/smbmount.8.xml	2005-10-17 15:59:33 UTC (rev 824)
@@ -69,8 +69,8 @@
 		<varlistentry>
 		<term>password=&lt;arg&gt;</term>
 		<listitem><para>specifies the SMB password. If this
-		option is not given then the environment variable
-		<envar>PASSWD</envar> is used. If it can find
+		option is not given then the environment variable 
+		<literal>PASSWD</literal> is used. If it can find
 		no password <command>smbmount</command> will prompt
 		for a passeword, unless the guest option is
 		given. </para>

Modified: trunk/smbdotconf/security/hostsdeny.xml
===================================================================
--- trunk/smbdotconf/security/hostsdeny.xml	2005-10-17 15:54:20 UTC (rev 823)
+++ trunk/smbdotconf/security/hostsdeny.xml	2005-10-17 15:59:33 UTC (rev 824)
@@ -10,6 +10,13 @@
     services unless the specific services have their own lists to override 
     this one. Where the lists conflict, the <parameter moreinfo="none">allow</parameter> 
 	list takes precedence.</para>
+
+	<para>
+	In the event that it is necessary to deny all by default, use the keyword
+	ALL (or the netmask <literal>0.0.0.0/0</literal>) and then explicitly specify
+	to the <link linkend="hostsallow">hosts allow</link> parameter those hosts
+	that should be permitted access.
+	</para>
 </description>
 
 <value type="default"><comment>none (i.e., no hosts specifically excluded)</comment></value>



More information about the samba-cvs mailing list