svn commit: samba-docs r784 - in trunk/manpages-3: .

gd at samba.org gd at samba.org
Mon Jul 18 12:38:57 GMT 2005


Author: gd
Date: 2005-07-18 12:38:57 +0000 (Mon, 18 Jul 2005)
New Revision: 784

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=784

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

Guenther

Modified:
   trunk/manpages-3/smb.conf.5.xml


Changeset:
Modified: trunk/manpages-3/smb.conf.5.xml
===================================================================
--- trunk/manpages-3/smb.conf.5.xml	2005-07-17 05:46:16 UTC (rev 783)
+++ trunk/manpages-3/smb.conf.5.xml	2005-07-18 12:38:57 UTC (rev 784)
@@ -353,13 +353,7 @@
 
 		<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
@@ -371,6 +365,13 @@
 		</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.
 		</para></listitem>



More information about the samba-cvs mailing list