Next update of VFS modules development guide
[vlendec/samba-autobuild/.git] / docs-xml / smbdotconf / protocol / announceas.xml
1 <samba:parameter name="announce as"
2                  context="G"
3                                  type="string"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This specifies what type of server <citerefentry><refentrytitle>nmbd</refentrytitle>
8     <manvolnum>8</manvolnum></citerefentry> will announce itself as, to a network neighborhood browse 
9     list. By default this is set to Windows NT. The valid options 
10     are : &quot;NT Server&quot; (which can also be written as &quot;NT&quot;), 
11     &quot;NT Workstation&quot;, &quot;Win95&quot; or &quot;WfW&quot; meaning Windows NT Server, 
12     Windows NT Workstation, Windows 95 and Windows for Workgroups 
13     respectively. Do not change this parameter unless you have a 
14     specific need to stop Samba appearing as an NT server as this 
15     may prevent Samba servers from participating as browser servers 
16         correctly.</para>
17 </description>
18
19 <value type="default">NT Server</value>
20 <value type="example">Win95</value>
21 </samba:parameter>