gpo: Add the winbind call to gpupdate
[sfrench/samba-autobuild/.git] / docs-xml / smbdotconf / domain / gpoupdatecommand.xml
1 <samba:parameter name="gpo update command"
2                  context="G"
3                  type="list"
4                  advanced="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This option sets the command that is called to apply GPO policies.
8         The samba_gpoupdate script applies System Access and Kerberos Policies
9         to the KDC, or Environment Variable policies to client machines. System
10         Access policies set minPwdAge, maxPwdAge, minPwdLength, and
11         pwdProperties in the samdb. Kerberos Policies set kdc:service ticket
12         lifetime, kdc:user ticket lifetime, and kdc:renewal lifetime in
13         smb.conf. Environment Variable policies apply environment variables,
14         such as PATH, to /etc/profile.
15         </para>
16 </description>
17
18 <value type="default">&pathconfig.SCRIPTSBINDIR;/samba_gpoupdate</value>
19 <value type="example">/usr/local/sbin/gpoupdate</value>
20 </samba:parameter>