Docs: Remove some ntdb references
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / tuning / hostnamelookups.xml
1 <samba:parameter name="hostname lookups"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>Specifies whether samba should use (expensive)
8     hostname lookups or use the ip addresses instead. An example place
9     where hostname lookups are currently used is when checking 
10     the <command moreinfo="none">hosts deny</command> and <command moreinfo="none">hosts allow</command>.
11     </para>
12 </description>
13
14 <value type="default">no</value>
15 <value type="example">yes</value>
16 </samba:parameter>