summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-21 10:20:05 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-23 13:47:27 +0200
commit38b5beb33d78fd6a799fa591e29e5e1227adfa70 (patch)
tree99570f7dbd10e339ffafda3d7311a59c79b80e38 /docs-xml/smbdotconf/protocol
parent4d2c56c4b1a4f846b44f24c6f73e1b95fdf3a9bb (diff)
downloadsamba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.tar.gz
samba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.tar.bz2
samba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.zip
param: Remove "announce as" parameter
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r--docs-xml/smbdotconf/protocol/announceas.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs-xml/smbdotconf/protocol/announceas.xml b/docs-xml/smbdotconf/protocol/announceas.xml
deleted file mode 100644
index 8891496194..0000000000
--- a/docs-xml/smbdotconf/protocol/announceas.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<samba:parameter name="announce as"
- context="G"
- type="string"
- developer="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
- <para>This specifies what type of server <citerefentry><refentrytitle>nmbd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> will announce itself as, to a network neighborhood browse
- list. By default this is set to Windows NT. The valid options
- are : &quot;NT Server&quot; (which can also be written as &quot;NT&quot;),
- &quot;NT Workstation&quot;, &quot;Win95&quot; or &quot;WfW&quot; meaning Windows NT Server,
- Windows NT Workstation, Windows 95 and Windows for Workgroups
- respectively. Do not change this parameter unless you have a
- specific need to stop Samba appearing as an NT server as this
- may prevent Samba servers from participating as browser servers
- correctly.</para>
-</description>
-
-<value type="default">NT Server</value>
-<value type="example">Win95</value>
-</samba:parameter>