]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: Include info on new samba-tool features
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Jul 2023 02:54:02 +0000 (14:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 21 Jul 2023 01:25:36 +0000 (01:25 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
WHATSNEW.txt

index e38eeccfa2240cc41814d78447d004db61559464..8d8e6017628399c12c3276d31f2e327c8d60a01c 100644 (file)
@@ -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
 ----------------------------------------------------------