s3:idmap_ad: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}
[Samba.git] / docs-xml / smbdotconf / domain / gpoupdatecommand.xml
blobfd0e7bf9c434304769bf440da77d31b4186eeff3
1 <samba:parameter name="gpo update command"
2                  context="G"
3                  type="list"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This option sets the command that is called to apply GPO policies.
7         The samba-gpupdate script applies System Access and Kerberos Policies
8         to the KDC. System Access policies set minPwdAge, maxPwdAge,
9         minPwdLength, and pwdProperties in the samdb. Kerberos Policies set
10         kdc:service ticket lifetime, kdc:user ticket lifetime, and kdc:renewal
11         lifetime in smb.conf.
12         </para>
13 </description>
15 <value type="default">&pathconfig.SCRIPTSBINDIR;/samba-gpupdate</value>
16 <value type="example">/usr/local/sbin/gpoupdate</value>
17 </samba:parameter>