• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/docs-xml/smbdotconf/browse/
1<samba:parameter name="lm announce"
2                 context="G"
3				 type="boolean-auto"
4                 advanced="1" developer="1"
5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7	<para>This parameter determines if <citerefentry><refentrytitle>nmbd</refentrytitle>
8	<manvolnum>8</manvolnum></citerefentry> will produce Lanman announce 
9	broadcasts that are needed by OS/2 clients in order for them to see 
10	the Samba server in their browse list. This parameter can have three 
11	values, <constant>yes</constant>, <constant>no</constant>, or
12	<constant>auto</constant>. The default is <constant>auto</constant>.  
13	If set to <constant>no</constant> Samba will never produce these 
14	broadcasts. If set to <constant>yes</constant> Samba will produce 
15	Lanman announce broadcasts at a frequency set by the parameter 
16	<smbconfoption name="lm interval"/>. If set to <constant>auto</constant> 
17	Samba will not send Lanman announce broadcasts by default but will 
18	listen for them. If it hears such a broadcast on the wire it will 
19	then start sending them at a frequency set by the parameter 
20	<smbconfoption name="lm interval"/>.</para>
21</description>
22
23<related>lm interval</related>
24<value type="default">auto</value>
25<value type="example">yes</value>
26</samba:parameter>
27