1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Names can fail to resolve in %m, not in %L when listening on port 445.

Guenther
(This used to be commit 92fbc2b7ed)
This commit is contained in:
Günther Deschner 2005-07-18 12:38:57 +00:00 committed by Gerald W. Carter
parent 266258ffc6
commit 7581554d41

View File

@ -353,13 +353,7 @@ alias|alias|alias|alias...
<varlistentry>
<term>%m</term>
<listitem><para>the NetBIOS name of the client machine (very useful).</para></listitem>
</varlistentry>
<varlistentry>
<term>%L</term>
<listitem><para>the NetBIOS name of the server. This allows you to change your config based on what
the client calls you. Your server can have a <quote>dual personality</quote>.</para>
<listitem><para>the NetBIOS name of the client machine (very useful).</para>
<para>This parameter is not available when Samba listens on port 445, as clients no longer
send this information. If you use this macro in an include statement on a domain that has
@ -370,6 +364,13 @@ alias|alias|alias|alias...
</varlistentry>
<varlistentry>
<term>%L</term>
<listitem><para>the NetBIOS name of the server. This allows you to change your config based on what
the client calls you. Your server can have a <quote>dual personality</quote>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>%M</term>
<listitem><para>the Internet name of the client machine.