docs: Remove most references to Samba-3 and change to just Samba
[Samba.git] / docs-xml / smbdotconf / base / netbiosname.xml
blob60bc08232d6e1a968640f10bf1778fd3f1c6f2d7
1 <samba:parameter name="netbios name"
2                  context="G"
3                  type="string"
4                  basic="1" advanced="1" wizard="1" developer="1"
5                  constant="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>
9                 This sets the NetBIOS name by which a Samba server is known. By default it is the same as the first component
10                 of the host's DNS name. If a machine is a browse server or logon server this name (or the first component of
11                 the hosts DNS name) will be the name that these services are advertised under.
12                 </para>
14                 <para>
15                 There is a bug in Samba that breaks operation of browsing and access to shares if the netbios name
16                 is set to the literal name <literal>PIPE</literal>. To avoid this problem, do not name your Samba
17                 server <literal>PIPE</literal>.
18                 </para>
19 </description>
21 <related>netbios aliases</related>
22 <value type="default"><comment>machine DNS name</comment></value>
23 <value type="example">MYNAME</value>
24 </samba:parameter>