summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2017-08-09 14:17:09 +1200
committerGarming Sam <garming@samba.org>2017-11-20 21:41:14 +0100
commit5662e49b49f6557c80f216f510f224bbf800f40a (patch)
treed3738b140adc65f1ecd84a6521ba68706c818136 /docs-xml/smbdotconf
parent115615d836b3616f552d8e3df9984d3b60474d17 (diff)
downloadsamba-5662e49b49f6557c80f216f510f224bbf800f40a.tar.gz
gpo: Create the gpo update service
Split from "Initial commit for GPO work done by Luke Morrison" by David Mulder Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Luke Morrison <luke@hubtrek.com> Signed-off-by: David Mulder <dmulder@suse.com> Then adapted to current master Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf')
-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 00000000000..22a42163f27
--- /dev/null
+++ b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
@@ -0,0 +1,17 @@
+<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.
+ 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>