From: Andrew Bartlett Date: Thu, 20 Jul 2023 02:54:02 +0000 (+1200) Subject: WHATSNEW: Include info on new samba-tool features X-Git-Tag: ldb-2.8.0~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb27e01b36f6741d88bfc739e693d6d273383100;p=thirdparty%2Fsamba.git WHATSNEW: Include info on new samba-tool features Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e38eeccfa22..8d8e6017628 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -90,6 +90,19 @@ samba-tool domain schemaupgrade --schema=2019 samba-tool domain functionalprep --function-level=2016 samba-tool domain level raise --domain-level=2016 --forest-level=2016 +New samba-tool support for silos, claims, sites and subnets. +------------------------------------------------------------ + +samba-tool can now list, show, add and manipulate Authentication Silos +(silos) and Active Directory Authentication Claims (claims). + +samba-tool can now list and show Active Directory sites and subnets. + +A new Object Relational Model (ORM) based architecture, similar to +that used with Django, has been built to make adding new samba-tool +subcommands simpler and more consistent, with JSON output available +standard on these new commands. + Updated GnuTLS requirement / in-tree cryptography removal ----------------------------------------------------------