This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[samba.git] / docs / docbook / smbdotconf / security / hostsdeny.xml
1 <samba:parameter name="hosts deny"
2                  context="S"
3                  basic="1" advanced="1" print="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>The opposite of <parameter moreinfo="none">hosts allow</parameter> 
7     - hosts listed here are <emphasis>NOT</emphasis> permitted access to 
8     services unless the specific services have their own lists to override 
9     this one. Where the lists conflict, the <parameter moreinfo="none">allow</parameter> 
10     list takes precedence.</para>
11                 
12     <para>Default: <emphasis>none (i.e., no hosts specifically excluded)</emphasis></para>
13
14     <para>Example: <command moreinfo="none">hosts deny = 150.203.4. badhost.mynet.edu.au</command></para>
15 </listitem>
16 </samba:parameter>