Next update of VFS modules development guide
[gd/samba-autobuild/.git] / docs / smbdotconf / security / hostsdeny.xml
1 <samba:parameter name="hosts deny"
2                  context="S"
3                                  type="list"
4                  basic="1" advanced="1" print="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <synonym>deny hosts</synonym>
7 <description>
8     <para>The opposite of <parameter moreinfo="none">hosts allow</parameter> 
9     - hosts listed here are <emphasis>NOT</emphasis> permitted access to 
10     services unless the specific services have their own lists to override 
11     this one. Where the lists conflict, the <parameter moreinfo="none">allow</parameter> 
12         list takes precedence.</para>
13
14         <para>
15         In the event that it is necessary to deny all by default, use the keyword
16         ALL (or the netmask <literal>0.0.0.0/0</literal>) and then explicitly specify
17         to the <smbconfoption name="hosts allow">hosts allow</smbconfoption> parameter those hosts
18         that should be permitted access.
19         </para>
20 </description>
21
22 <value type="default"><comment>none (i.e., no hosts specifically excluded)</comment></value>
23
24 <value type="example">150.203.4. badhost.mynet.edu.au</value>
25 </samba:parameter>