[PATCH v2] Correct WHATSNEW and doc in 4.8
David Mulder
dmulder at suse.com
Mon Jan 15 18:47:33 UTC 2018
WHATSNEW.txt | 2 +-
docs-xml/smbdotconf/domain/gpoupdatecommand.xml | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
--
David Mulder
SUSE Labs Software Engineer - Samba
dmulder at suse.com
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-------------- next part --------------
From 53ade43b19ed8d583f9061c3ea2424be77361e0f Mon Sep 17 00:00:00 2001
From: David Mulder <dmulder at suse.com>
Date: Mon, 15 Jan 2018 11:37:47 -0700
Subject: [PATCH 1/2] gpo: Correct documentation
The doc still contains a reference to env var
policy (which isn't present in this release).
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13223
Signed-off-by: David Mulder <dmulder at suse.com>
---
docs-xml/smbdotconf/domain/gpoupdatecommand.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
index 147751b9600..3ce26d78287 100644
--- a/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
+++ b/docs-xml/smbdotconf/domain/gpoupdatecommand.xml
@@ -6,11 +6,10 @@
<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.
+ 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>
--
2.13.6
From cce4655de0b499eb9d5507a94bff99fb49637759 Mon Sep 17 00:00:00 2001
From: David Mulder <dmulder at suse.com>
Date: Mon, 15 Jan 2018 08:20:08 -0700
Subject: [PATCH 2/2] gpo: Correct WHATSNEW
The WHATSNEW incorrectly explains how to enable gpo.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13223
Signed-off-by: David Mulder <dmulder at suse.com>
---
WHATSNEW.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f2da373b4b2..d2caa4871b3 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -27,7 +27,7 @@ renew lifetime).
Adds the samba_gpoupdate script for applying and unapplying
policy. Can be applied automatically by setting
- 'server services = +gpoupdate'.
+ 'apply group policies = yes'.
Time Machine Support with vfs_fruit
-----------------------------------
--
2.13.6
More information about the samba-technical
mailing list