Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[vlendec/samba-autobuild/.git] / docs-xml / 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
9         (<smbconfoption name="wins support">yes</smbconfoption>) 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>