mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
ba8a700d78
(This used to be commit bec3bd8f5863b044bca64b38ff037224bb652211)
17 lines
616 B
XML
17 lines
616 B
XML
<samba:parameter name="hostname lookups"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<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>
|