blob: 613fabe42f1eeb419d18a120292839ea0f2b1d8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="hostname lookups"
context="G"
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<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>
|