From dc00df2adddfe23e5ebb61f9f7c16ec7d3f2c03e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2012 12:56:22 +1000 Subject: lib/param: Rename "socket address" to "nbt client socket address" to clarify role This parameter is only used in our NBT client code and in nmbd as a fallback when we fail to select a better interface from "interfaces" to use directly. Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104 --- docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml | 19 +++++++++++++++++++ docs-xml/smbdotconf/misc/socketaddress.xml | 21 --------------------- 2 files changed, 19 insertions(+), 21 deletions(-) create mode 100644 docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml delete mode 100644 docs-xml/smbdotconf/misc/socketaddress.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml b/docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml new file mode 100644 index 0000000000..f6784c3797 --- /dev/null +++ b/docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml @@ -0,0 +1,19 @@ + + + This option allows you to control what address Samba + will send NBT client packets from, and process replies using, + including in nmbd. + Setting this option should never be necessary on usual Samba + servers running only one nmbd. + + By default Samba will send UDP packets from the OS default address for the destination, and accept replies on 0.0.0.0. + This parameter is deprecated. See Yes and for the previous behaviour of controlling the normal listening sockets. + + +0.0.0.0 +192.168.2.20 + diff --git a/docs-xml/smbdotconf/misc/socketaddress.xml b/docs-xml/smbdotconf/misc/socketaddress.xml deleted file mode 100644 index 13ae11f395..0000000000 --- a/docs-xml/smbdotconf/misc/socketaddress.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - 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. - Setting this option should never be necessary on usual Samba - servers running only one nmbd. - - By default Samba will accept connections on any - address. - This parameter is deprecated. See Yes and . - - -0.0.0.0 -192.168.2.20 - -- cgit