diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 12:58:02 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 22:12:07 +0200 |
commit | 879b3ad0812a515e784a2623a035fd74369c8a9b (patch) | |
tree | e8e7593728eebe6bad02586d1c5f37839dc804ee /docs-xml/smbdotconf | |
parent | 12ab467f8768a3e2218b3ebddf43fa15c6743d69 (diff) | |
download | samba-879b3ad0812a515e784a2623a035fd74369c8a9b.tar.gz samba-879b3ad0812a515e784a2623a035fd74369c8a9b.tar.bz2 samba-879b3ad0812a515e784a2623a035fd74369c8a9b.zip |
smb.conf(5): Add basic documentation for 'dgram port'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/protocol/dgramport.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/dgramport.xml b/docs-xml/smbdotconf/protocol/dgramport.xml new file mode 100644 index 0000000000..ee10e9c2d3 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/dgramport.xml @@ -0,0 +1,11 @@ +<samba:parameter name="dgram port" + context="G" + type="integer" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>Specifies which ports the server should listen on for NetBIOS datagram traffic.</para> +</description> + +<value type="default">138</value> +</samba:parameter> |