1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

docs: Mark "socket address" as deprecated

This commit is contained in:
Andrew Bartlett 2012-07-23 13:15:23 +10:00
parent 42e405a422
commit ecb89cebd6
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
<para>By default Samba will accept connections on any
address.</para>
<para>This parameter is deprecated. See <smbconfoption name="bind interfaces only">Yes</smbconfoption> and <smbconfoption name="interfaces"></smbconfoption> .</para>
</description>
<value type="default">0.0.0.0</value>

View File

@ -3492,7 +3492,7 @@ static struct parm_struct parm_table[] = {
.offset = GLOBAL_VAR(szSocketAddress),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
.flags = FLAG_ADVANCED | FLAG_DEPRECATED,
},
{
.label = "nmbd bind explicit broadcast",