Update DTD location
[tprouty/samba.git] / docs / smbdotconf / protocol / maxwinsttl.xml
1 <samba:parameter name="max wins ttl"
2                                  type="integer"
3                  context="G"
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>smbd</refentrytitle>
8     <manvolnum>8</manvolnum></citerefentry> when acting as a WINS server (<link linkend="WINSSUPPORT">
9     <parameter moreinfo="none">wins support = yes</parameter></link>) what the maximum
10     'time to live' of NetBIOS names that <command moreinfo="none">nmbd</command> 
11     will grant will be (in seconds). You should never need to change this
12         parameter.  The default is 6 days (518400 seconds).</para>
13 </description>
14
15 <related>min wins ttl</related>
16 <value type="default">518400</value>
17 </samba:parameter>