blob: ce398344c852aac162916ba53ad3d34b84c4d681 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="disable netbios"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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>
|