summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/smbdotconf/domain/gpoupdatecommand.xml')
-rw-r--r--docs-xml/smbdotconf/domain/gpoupdatecommand.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
new file mode 100644
index 0000000..fd0e7bf
--- /dev/null
+++ b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
@@ -0,0 +1,17 @@
+<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>