summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/protocol/disablenetbios.xml
blob: d0a84c5d3e5a1696a799401098baf5b837697e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<samba:parameter name="disable netbios"
                 context="G"
				 type="boolean"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<description>
    <para>Enabling this parameter will disable netbios support
    in Samba. Netbios is the only available form of browsing in 
    all windows versions except for 2000 and XP. </para>

    <note><para>Clients that only support netbios won't be able to 
    see your samba server when netbios support is disabled.
	</para></note>
</description>
<value type="default">no</value>
</samba:parameter>