blob: 68f4ec4f40883c681085c3f34d70c770ca65b43c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="hostname lookups"
context="G"
type="boolean"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<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>
</description>
<value type="default">no</value>
<value type="example">yes</value>
</samba:parameter>
|