mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
16 lines
589 B
XML
16 lines
589 B
XML
<samba:parameter name="hostname lookups"
|
|
context="G"
|
|
type="boolean"
|
|
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>
|