summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/tuning/hostnamelookups.xml
blob: daad09da8be752dfb0ac689334a60ff41ab5452b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter xmlns:samba="http://samba.org/common">
		<term><anchor id="HOSTNAMELOOKUPS"/>hostname lookups (G)</term>
		<listitem><para>Specifies whether samba should use (expensive)
		hostname lookups or use the ip addresses instead. An example place
		where hostname lookups are currently used is when checking 
		the <command moreinfo="none">hosts deny</command> and <command moreinfo="none">hosts allow</command>.
		</para>

		<para>Default: <command moreinfo="none">hostname lookups = yes</command></para>

		<para>Example: <command moreinfo="none">hostname lookups = no</command></para>

		</listitem>
		</samba:parameter>