summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-03-01 20:00:05 +1300
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 03:00:07 +0100
commitc253f956ef0b40a8d1d877acfd5da9d27ec0d0b4 (patch)
tree9785d66bb45230d577e237aba5b0d24d60f5fabe /docs-xml
parent67c041ab7693106b44a098d82d7422ea5aa48445 (diff)
downloadsamba-c253f956ef0b40a8d1d877acfd5da9d27ec0d0b4.tar.gz
smb.conf.5: Mark "dgram port" and "nbt port" as deprecated
These are not honored in the source3 codebase, so keeping them is confusing. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=11126
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/dgramport.xml3
-rw-r--r--docs-xml/smbdotconf/protocol/nbtport.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/dgramport.xml b/docs-xml/smbdotconf/protocol/dgramport.xml
index ee10e9c2d3d..a90310dcb55 100644
--- a/docs-xml/smbdotconf/protocol/dgramport.xml
+++ b/docs-xml/smbdotconf/protocol/dgramport.xml
@@ -6,6 +6,7 @@
<description>
<para>Specifies which ports the server should listen on for NetBIOS datagram traffic.</para>
</description>
-
+<para>This parameter is deprecated, as it is not honoured in the
+majority of the code base.</para>
<value type="default">138</value>
</samba:parameter>
diff --git a/docs-xml/smbdotconf/protocol/nbtport.xml b/docs-xml/smbdotconf/protocol/nbtport.xml
index 1d99270b81b..f7ec1e72973 100644
--- a/docs-xml/smbdotconf/protocol/nbtport.xml
+++ b/docs-xml/smbdotconf/protocol/nbtport.xml
@@ -8,5 +8,7 @@
services traffic.</para>
</description>
+<para>This parameter is deprecated, as it is not honoured in the
+majority of the code base.</para>
<value type="default">137</value>
</samba:parameter>