diff options
Diffstat (limited to 'docs/smbdotconf/misc/socketaddress.xml')
-rw-r--r-- | docs/smbdotconf/misc/socketaddress.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/socketaddress.xml b/docs/smbdotconf/misc/socketaddress.xml new file mode 100644 index 0000000000..803288c820 --- /dev/null +++ b/docs/smbdotconf/misc/socketaddress.xml @@ -0,0 +1,18 @@ +<samba:parameter name="socket address" + context="G" + type="string" + developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para>This option allows you to control what + address Samba will listen for connections on. This is used to + support multiple virtual interfaces on the one server, each + with a different configuration.</para> + + <para>By default Samba will accept connections on any + address.</para> +</description> + +<value type="default"></value> +<value type="example">192.168.2.20</value> +</samba:parameter> |