source: vendor/current/docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1.0 KB
Line 
1<samba:parameter name="nbt client socket address"
2 context="G"
3 type="string"
4 constant="1"
5 deprecated="1"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7<synonym>socket address</synonym>
8<description>
9 <para>This option allows you to control what address Samba
10 will send NBT client packets from, and process replies using,
11 including in nmbd. </para>
12 <para>Setting this option should never be necessary on usual Samba
13 servers running only one nmbd.</para>
14
15 <para>By default Samba will send UDP packets from the OS default address for the destination, and accept replies on 0.0.0.0.</para>
16 <para>This parameter is deprecated. See <smbconfoption name="bind interfaces only">Yes</smbconfoption> and <smbconfoption name="interfaces"></smbconfoption> for the previous behaviour of controlling the normal listening sockets.</para>
17</description>
18
19<value type="default">0.0.0.0</value>
20<value type="example">192.168.2.20</value>
21</samba:parameter>
Note: See TracBrowser for help on using the repository browser.