diff options
Diffstat (limited to 'docs/smbdotconf/protocol/announceversion.xml')
-rw-r--r-- | docs/smbdotconf/protocol/announceversion.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/protocol/announceversion.xml b/docs/smbdotconf/protocol/announceversion.xml new file mode 100644 index 0000000000..060fb983e1 --- /dev/null +++ b/docs/smbdotconf/protocol/announceversion.xml @@ -0,0 +1,14 @@ +<samba:parameter name="announce version" + context="G" + developer="1" + type="string" + xmlns:samba="http://samba.org/common"> +<description> + <para>This specifies the major and minor version numbers + that nmbd will use when announcing itself as a server. The default + is 4.9. Do not change this parameter unless you have a specific + need to set a Samba server to be a downlevel server.</para> +</description> +<value type="default">4.9</value> +<value type="example">2.0</value> +</samba:parameter> |