Removal of CRUFT. 50 lashes to those who created CRUFT. Argh.
[Samba/gebeck_regimport.git] / docs / smbdotconf / security / hostsequiv.xml
blobdb7cbaffc8f3bb24f57a4dda1be6e6f3ff81a831
1 <samba:parameter name="hosts equiv"
2                  context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>If this global parameter is a non-null string, 
8     it specifies the name of a file to read for the names of hosts 
9     and users who will be allowed access without specifying a password.
10     </para>
11                 
12     <para>This is not be confused with <smbconfoption name="hosts allow"/> which is about hosts 
13     access to services and is more useful for guest services. <parameter moreinfo="none">
14     hosts equiv</parameter> may be useful for NT clients which will 
15     not supply passwords to Samba.</para>
17     <note><para>The use of <parameter moreinfo="none">hosts equiv
18     </parameter> can be a major security hole. This is because you are 
19     trusting the PC to supply the correct username. It is very easy to 
20     get a PC to supply a false username. I recommend that the 
21     <parameter moreinfo="none">hosts equiv</parameter> option be only used if you really 
22     know what you are doing, or perhaps on a home network where you trust 
23     your spouse and kids. And only if you <emphasis>really</emphasis> trust 
24         them :-).</para></note>
25 </description>
26                 
27 <value type="default"><comment>no host equivalences</comment></value>
28 <value type="example">hosts equiv = /etc/hosts.equiv</value>
29 </samba:parameter>