mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
c8621948f6
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>
19 lines
768 B
XML
19 lines
768 B
XML
<samba:parameter name="gpo update command"
|
|
context="G"
|
|
type="list"
|
|
advanced="1"
|
|
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-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
|
|
lifetime in smb.conf.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">&pathconfig.SCRIPTSBINDIR;/samba-gpupdate</value>
|
|
<value type="example">/usr/local/sbin/gpoupdate</value>
|
|
</samba:parameter>
|