diff options
Diffstat (limited to 'docs/smbdotconf/tuning/hostnamelookups.xml')
-rw-r--r-- | docs/smbdotconf/tuning/hostnamelookups.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/tuning/hostnamelookups.xml b/docs/smbdotconf/tuning/hostnamelookups.xml new file mode 100644 index 0000000000..20fd98ce30 --- /dev/null +++ b/docs/smbdotconf/tuning/hostnamelookups.xml @@ -0,0 +1,16 @@ +<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">yes</value> +<value type="example">no</value> +</samba:parameter> |