mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ad2c824b1f
Most of the SWAT stuff was removed in 4a6a010e78
,
somehow these two crept back in afterwards.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
18 lines
738 B
XML
18 lines
738 B
XML
<samba:parameter name="gpo update command"
|
|
context="G"
|
|
type="list"
|
|
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>
|