1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
(This used to be commit 86fd63bebe314d1137c01fc6b0cf097e8ddabb17)
This commit is contained in:
John Terpstra 2005-10-17 15:59:33 +00:00 committed by Gerald W. Carter
parent 0a3ca819ce
commit 2a57a3ded3
2 changed files with 9 additions and 2 deletions

View File

@ -69,8 +69,8 @@
<varlistentry> <varlistentry>
<term>password=&lt;arg&gt;</term> <term>password=&lt;arg&gt;</term>
<listitem><para>specifies the SMB password. If this <listitem><para>specifies the SMB password. If this
option is not given then the environment variable option is not given then the environment variable
<envar>PASSWD</envar> is used. If it can find <literal>PASSWD</literal> is used. If it can find
no password <command>smbmount</command> will prompt no password <command>smbmount</command> will prompt
for a passeword, unless the guest option is for a passeword, unless the guest option is
given. </para> given. </para>

View File

@ -10,6 +10,13 @@
services unless the specific services have their own lists to override services unless the specific services have their own lists to override
this one. Where the lists conflict, the <parameter moreinfo="none">allow</parameter> this one. Where the lists conflict, the <parameter moreinfo="none">allow</parameter>
list takes precedence.</para> 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> </description>
<value type="default"><comment>none (i.e., no hosts specifically excluded)</comment></value> <value type="default"><comment>none (i.e., no hosts specifically excluded)</comment></value>