mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
19beef0dd9
This fixes bug #5950. Thanks to the Debian Samba package maintainers for reporting! Karolin
21 lines
669 B
XML
21 lines
669 B
XML
<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>
|