summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc/socketaddress.xml
blob: 803288c8200b2a4393480b9bcdc17ab0896f70ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>