mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
This is a per-share parameter to limit share visibility and accessibility to specific server IP addresses. This can be used to limit the visibility and accessibility of shares on different subnets offered by the server. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
13 lines
515 B
XML
13 lines
515 B
XML
<samba:parameter name="server addresses"
|
|
context="S"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This is a per-share parameter to limit share visibility and
|
|
accessibility to specific server IP addresses. Multi-homed servers
|
|
can offer a different set of shares per interface.</para>
|
|
<para>An empty list means to offer a share on all interfaces.</para>
|
|
</description>
|
|
<value type="default"/>
|
|
</samba:parameter>
|