1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
samba-mirror/docs-xml/smbdotconf/misc/socketaddress.xml
Karolin Seeger 19beef0dd9 docs: Add hint that "socket address" usually don't need to be set.
This fixes bug #5950.
Thanks to the Debian Samba package maintainers for reporting!

Karolin
2008-12-12 14:33:17 +01:00

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>