b53ee3c3fddae9fa1f17dda30860ee17beba37b5
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / domain / machinepasswordtimeout.xml
1 <samba:parameter name="machine password timeout"
2                  context="G"
3                                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5          <description>
6
7         <para>
8         If a Samba server is a member of a Windows NT Domain (see the <smbconfoption
9         name="security">domain</smbconfoption> parameter) then periodically a running smbd process will try and change
10         the MACHINE ACCOUNT PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb
11         </filename>.  This parameter specifies how often this password will be changed, in seconds. The default is one
12         week (expressed in seconds), the same as a Windows NT Domain member server.
13         </para>
14
15         <para>
16         See also <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>,
17         and the <smbconfoption name="security">domain</smbconfoption> parameter.
18         </para>
19
20 </description>
21 <value type="default">604800</value>
22 </samba:parameter>