mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
12 lines
380 B
XML
12 lines
380 B
XML
<samba:parameter name="smb ports"
|
|
context="G"
|
|
type="cmdlist"
|
|
handler="handle_smb_ports"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Specifies which ports the server should listen on for SMB traffic.</para>
|
|
</description>
|
|
|
|
<value type="default">445 139</value>
|
|
</samba:parameter>
|