diff options
author | David Mulder <dmulder@suse.com> | 2018-05-07 09:45:32 -0600 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-07-04 10:22:15 +0200 |
commit | c8621948f65d09cd3461cfacc4aa00051abb0796 (patch) | |
tree | 56e4b5e32c98f6eeecc00f77d17e29a5460823a8 /docs-xml | |
parent | 56d9b1a533b8d3ebd4e686145883c7ed62c08ce0 (diff) | |
download | samba-c8621948f65d09cd3461cfacc4aa00051abb0796.tar.gz |
samba_gpoupdate: Rename the command to samba-gpupdate
On a Windows client, this command is called 'gpupdate'
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/domain/gpoupdatecommand.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml index 3ce26d78287..6bf88f8e68a 100644 --- a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml +++ b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml @@ -5,7 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option sets the command that is called to apply GPO policies. - The samba_gpoupdate script applies System Access and Kerberos Policies + The samba-gpupdate script applies System Access and Kerberos Policies 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 @@ -13,6 +13,6 @@ </para> </description> -<value type="default">&pathconfig.SCRIPTSBINDIR;/samba_gpoupdate</value> +<value type="default">&pathconfig.SCRIPTSBINDIR;/samba-gpupdate</value> <value type="example">/usr/local/sbin/gpoupdate</value> </samba:parameter> |