~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/protocol/announceas.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>