diff options
-rw-r--r-- | docs-xml/smbdotconf/protocol/nbtport.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/nbtport.xml b/docs-xml/smbdotconf/protocol/nbtport.xml new file mode 100644 index 0000000000..d269189224 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/nbtport.xml @@ -0,0 +1,12 @@ +<samba:parameter name="nbt port" + context="G" + type="list" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>Specifies which port the server should use for NetBIOS over IP name + services traffic.</para> +</description> + +<value type="default">137</value> +</samba:parameter> |