~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/protocol/minwinsttl.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="min wins ttl"
 
2
                 context="G"
 
3
                                 type="integer"
 
4
                 advanced="1" developer="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
    <para>This option tells <citerefentry><refentrytitle>nmbd</refentrytitle>
 
8
    <manvolnum>8</manvolnum></citerefentry>
 
9
    when acting as a WINS server (<smbconfoption name="wins support">yes</smbconfoption>) what the minimum 'time to live' 
 
10
    of NetBIOS names that <command moreinfo="none">nmbd</command> will grant will be (in 
 
11
    seconds). You should never need to change this parameter.  The default 
 
12
    is 6 hours (21600 seconds).</para>
 
13
</description>
 
14
 
 
15
<value type="default">21600</value>
 
16
</samba:parameter>