diff options
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/protocol/webport.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/webport.xml b/docs-xml/smbdotconf/protocol/webport.xml new file mode 100644 index 0000000000..1b1073c60d --- /dev/null +++ b/docs-xml/smbdotconf/protocol/webport.xml @@ -0,0 +1,12 @@ +<samba:parameter name="web 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 Samba web server should listen on.</para> +</description> + +<value type="default">901</value> +<value type="example">80</value> +</samba:parameter> |