svn commit: samba-docs r828 - in trunk/smbdotconf/base: .

jht at samba.org jht at samba.org
Mon Oct 17 16:50:32 GMT 2005


Author: jht
Date: 2005-10-17 16:50:31 +0000 (Mon, 17 Oct 2005)
New Revision: 828

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

Log:
Fix for bug #2692 - Do not use NetBIOS name PIPE.
Modified:
   trunk/smbdotconf/base/netbiosname.xml


Changeset:
Modified: trunk/smbdotconf/base/netbiosname.xml
===================================================================
--- trunk/smbdotconf/base/netbiosname.xml	2005-10-17 16:22:42 UTC (rev 827)
+++ trunk/smbdotconf/base/netbiosname.xml	2005-10-17 16:50:31 UTC (rev 828)
@@ -3,12 +3,17 @@
                  basic="1" advanced="1" wizard="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-        <para>This sets the NetBIOS name by which a Samba 
-	server is known. By default it is the same as the first component 
-	of the host's DNS name. If a machine is a browse server or
-	logon server this name (or the first component
-	of the hosts DNS name) will be the name that these services are
-	advertised under.</para>
+        <para>
+		This sets the NetBIOS name by which a Samba server is known. By default it is the same as the first component
+		of the host's DNS name. If a machine is a browse server or logon server this name (or the first component of
+		the hosts DNS name) will be the name that these services are advertised under.
+		</para>
+
+		<para>
+		There is a bug in Samba-3 that breaks operation of browsing and access to shares if the netbios name
+		is set to the literal name <literal>PIPE</literal>. To avoid this problem, do not name your Samba-3
+		server <literal>PIPE</literal>.
+		</para>
 </description>
 
 <related>netbios aliases</related>



More information about the samba-cvs mailing list