mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
19 lines
777 B
XML
19 lines
777 B
XML
|
<samba:parameter name="lm interval"
|
||
|
context="G"
|
||
|
advanced="1" developer="1"
|
||
|
type="integer"
|
||
|
xmlns:samba="http://samba.org/common">
|
||
|
<description>
|
||
|
<para>If Samba is set to produce Lanman announce
|
||
|
broadcasts needed by OS/2 clients (see the <link linkend="LMANNOUNCE">
|
||
|
<parameter moreinfo="none">lm announce</parameter></link> parameter) then this
|
||
|
parameter defines the frequency in seconds with which they will be
|
||
|
made. If this is set to zero then no Lanman announcements will be
|
||
|
made despite the setting of the <parameter moreinfo="none">lm announce</parameter>
|
||
|
parameter.</para>
|
||
|
</description>
|
||
|
<related>lm announce</related>
|
||
|
<value type="default">60</value>
|
||
|
<value type="example">120</value>
|
||
|
</samba:parameter>
|