From 8ca6fe6d75f296f70a51513063466e48691028d9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jan 2016 23:38:23 +0100 Subject: docs:smbdotconf: fix the description of 'machine password timeout' This parameter also covers 'security = ads'. Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- docs-xml/smbdotconf/domain/machinepasswordtimeout.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/domain/machinepasswordtimeout.xml b/docs-xml/smbdotconf/domain/machinepasswordtimeout.xml index e7d8d44dac6..be4e0e9d934 100644 --- a/docs-xml/smbdotconf/domain/machinepasswordtimeout.xml +++ b/docs-xml/smbdotconf/domain/machinepasswordtimeout.xml @@ -5,16 +5,19 @@ - If a Samba server is a member of a Windows NT Domain (see the domain parameter) then periodically a running smbd process will try and change - the MACHINE ACCOUNT PASSWORD stored in the TDB called private/secrets.tdb + If a Samba server is a member of a Windows NT or Active Directory Domain (see the domain and + ads parameters), + then periodically a running winbindd process will try and change + the MACHINE ACCOUNT PASSWORD stored in the TDB called secrets.tdb . This parameter specifies how often this password will be changed, in seconds. The default is one week (expressed in seconds), the same as a Windows NT Domain member server. See also smbpasswd 8, - and the domain parameter. + and the domain + and ads parameters. -- cgit v1.2.1