diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:46:50 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 14:46:50 +0000 |
commit | 7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8 (patch) | |
tree | 84ec4adff6bb18e487ad2664f8f02486231462b2 /docs/docbook/smbdotconf/wins/dnsproxy.xml | |
parent | 1da829be47a8b291924acc9f2346950744d690ab (diff) | |
download | samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.tar.gz samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.tar.bz2 samba-7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8.zip |
Finish conversion of WINS options
(This used to be commit eb7a35110eac38fb545c34f3b9e33cbd58d60fdc)
Diffstat (limited to 'docs/docbook/smbdotconf/wins/dnsproxy.xml')
-rw-r--r-- | docs/docbook/smbdotconf/wins/dnsproxy.xml | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/docs/docbook/smbdotconf/wins/dnsproxy.xml b/docs/docbook/smbdotconf/wins/dnsproxy.xml index fd53ae7ded..45ec160c5a 100644 --- a/docs/docbook/smbdotconf/wins/dnsproxy.xml +++ b/docs/docbook/smbdotconf/wins/dnsproxy.xml @@ -1,21 +1,25 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="DNSPROXY"/>dns proxy (G)</term> - <listitem><para>Specifies that <citerefentry><refentrytitle>nmbd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry> when acting as a WINS server and - finding that a NetBIOS name has not been registered, should treat the - NetBIOS name word-for-word as a DNS name and do a lookup with the DNS server - for that name on behalf of the name-querying client.</para> +<samba:parameter name="dns proxy" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>Specifies that <citerefentry><refentrytitle>nmbd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> when acting as a WINS server and + finding that a NetBIOS name has not been registered, should treat the + NetBIOS name word-for-word as a DNS name and do a lookup with the DNS server + for that name on behalf of the name-querying client.</para> - <para>Note that the maximum length for a NetBIOS name is 15 - characters, so the DNS name (or DNS alias) can likewise only be - 15 characters, maximum.</para> + <para>Note that the maximum length for a NetBIOS name is 15 + characters, so the DNS name (or DNS alias) can likewise only be + 15 characters, maximum.</para> - <para><command moreinfo="none">nmbd</command> spawns a second copy of itself to do the - DNS name lookup requests, as doing a name lookup is a blocking - action.</para> + <para><command moreinfo="none">nmbd</command> spawns a second copy of itself to do the + DNS name lookup requests, as doing a name lookup is a blocking + action.</para> - <para>See also the parameter <link linkend="WINSSUPPORT"><parameter moreinfo="none"> - wins support</parameter></link>.</para> + <para>See also the parameter <link linkend="WINSSUPPORT"><parameter moreinfo="none"> + wins support</parameter></link>.</para> - <para>Default: <command moreinfo="none">dns proxy = yes</command></para></listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">dns proxy = yes</command></para> +</listitem> +</samba:parameter> |