From: David Mulder Date: Mon, 15 Jan 2018 18:37:47 +0000 (-0700) Subject: gpo: Correct documentation X-Git-Tag: tevent-0.9.36~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c90cf067e6822d742276beee3b73151994f81d8b;p=thirdparty%2Fsamba.git gpo: Correct documentation The doc still contains a reference to env var policy (which isn't present in this release). BUG: https://bugzilla.samba.org/show_bug.cgi?id=13223 Signed-off-by: David Mulder Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml index 147751b9600..3ce26d78287 100644 --- a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml +++ b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml @@ -6,11 +6,10 @@ This option sets the command that is called to apply GPO policies. The samba_gpoupdate script applies System Access and Kerberos Policies - to the KDC, or Environment Variable policies to client machines. System - Access policies set minPwdAge, maxPwdAge, minPwdLength, and - pwdProperties in the samdb. Kerberos Policies set kdc:service ticket - lifetime, kdc:user ticket lifetime, and kdc:renewal lifetime in - smb.conf. + to the KDC. System Access policies set minPwdAge, maxPwdAge, + minPwdLength, and pwdProperties in the samdb. Kerberos Policies set + kdc:service ticket lifetime, kdc:user ticket lifetime, and kdc:renewal + lifetime in smb.conf.