blob: 147751b96002766b9089183eae1a72e414f6cf94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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_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.
</para>
</description>
<value type="default">&pathconfig.SCRIPTSBINDIR;/samba_gpoupdate</value>
<value type="example">/usr/local/sbin/gpoupdate</value>
</samba:parameter>
|