]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Names can fail to resolve in %m, not in %L when listening on port 445.
authorGünther Deschner <gd@samba.org>
Mon, 18 Jul 2005 12:38:57 +0000 (12:38 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:04 +0000 (08:47 -0500)
Guenther

docs/manpages-3/smb.conf.5.xml

index a21c813f20335de8d48213c8788398dfe5e5c1fd..f67c1f2c09c45a31ff559f7c8d021157c4ce334c 100644 (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.