summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2017-07-10 13:57:21 -0600
committerGarming Sam <garming@samba.org>2017-11-20 21:41:15 +0100
commit8be71f97b64cf95a2a980f5036e1bf689d2ba908 (patch)
tree3eda30bec60f8cbc628b04c408439c7926d4c80e /WHATSNEW.txt
parente60f49783e2d97443d1b87e48b7fa024d8aa518a (diff)
downloadsamba-8be71f97b64cf95a2a980f5036e1bf689d2ba908.tar.gz
doc: Add samba_gpoupdate man page, update WHATSNEW
Signed-off-by: David Mulder <dmulder@suse.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 475ebcbdc84..4265627d774 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -35,6 +35,19 @@ external crypto library performance reaches parity.
The default is to build without setting --accel-aes, which uses the
existing Samba software AES implementation.
+KDC GPO application
+-------------------
+
+Adds Group Policy support for the samba kdc. Applies password policies
+(minimum/maximum password age, minimum password length, and password
+complexity) and kerberos policies (user/service ticket lifetime and
+renew lifetime).
+
+Adds the samba_gpoupdate script for applying and unapplying
+policy. Can be applied automatically by setting
+
+ 'server services = +gpoupdate'.
+
smb.conf changes
================