blob: 17018efd40a682e344cc3f21cd88db27addf379a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<samba:parameter name="socket address"
context="G"
type="string"
developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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>Setting this option should never be necessary on usual Samba
servers running only one nmbd.</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>
|