diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-21 10:20:05 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-23 13:47:27 +0200 |
commit | 38b5beb33d78fd6a799fa591e29e5e1227adfa70 (patch) | |
tree | 99570f7dbd10e339ffafda3d7311a59c79b80e38 /docs-xml | |
parent | 4d2c56c4b1a4f846b44f24c6f73e1b95fdf3a9bb (diff) | |
download | samba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.tar.gz samba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.tar.bz2 samba-38b5beb33d78fd6a799fa591e29e5e1227adfa70.zip |
param: Remove "announce as" parameter
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/protocol/announceas.xml | 21 |
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 : "NT Server" (which can also be written as "NT"), - "NT Workstation", "Win95" or "WfW" 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> |