Changeset 988 for vendor/current/docs-xml/smbdotconf/domain
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf/domain
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/domain/machinepasswordtimeout.xml
r414 r988 1 1 <samba:parameter name="machine password timeout" 2 2 context="G" 3 type="integer" 4 advanced="1" developer="1" 3 type="integer" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> 7 6 8 7 <para> 9 If a Samba server is a member of a Windows NT Domain (see the <smbconfoption 10 name="security">domain</smbconfoption> parameter) then periodically a running smbd process will try and change 11 the MACHINE ACCOUNT PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb 8 If a Samba server is a member of a Windows NT or Active Directory Domain (see the <smbconfoption 9 name="security">domain</smbconfoption> and 10 <smbconfoption name="security">ads</smbconfoption> parameters), 11 then periodically a running winbindd process will try and change 12 the MACHINE ACCOUNT PASSWORD stored in the TDB called <filename moreinfo="none">secrets.tdb 12 13 </filename>. This parameter specifies how often this password will be changed, in seconds. The default is one 13 14 week (expressed in seconds), the same as a Windows NT Domain member server. … … 16 17 <para> 17 18 See also <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>, 18 and the <smbconfoption name="security">domain</smbconfoption> parameter. 19 and the <smbconfoption name="security">domain</smbconfoption> 20 and <smbconfoption name="security">ads</smbconfoption> parameters. 19 21 </para> 20 22
Note:
See TracChangeset
for help on using the changeset viewer.