summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/protocol/disablenetbios.xml
blob: 2fe92d00b7e305abdfd5390ec8c27b5a51a83176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="disable netbios"
                 context="G"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<listitem>
    <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>Note that clients that only support netbios won't be able to 
    see your samba server when netbios support is disabled.
    </para></note>

    <para>Default: <command moreinfo="none">disable netbios = no</command></para>

    <para>Example: <command moreinfo="none">disable netbios = yes</command></para>
</listitem>
</samba:parameter>