summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2021-01-18 15:02:22 +0100
committerKarolin Seeger <kseeger@samba.org>2021-01-21 13:57:30 +0100
commit13485bcecf5c4b9246e20494ca8048491fa98f86 (patch)
tree3cc068054be5c5c53236b3cf14e906f50784f550 /WHATSNEW.txt
parent6fd557974bf4b12aea67faffa104e2a67a85e3df (diff)
downloadsamba-13485bcecf5c4b9246e20494ca8048491fa98f86.tar.gz
WHATSNEW.txt: Miscellaneous samba-tool changes
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 0747811f9d6..5d790644450 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -120,6 +120,25 @@ A number of smb.conf parameters for less-secure authentication methods
which are only possible over SMBv1 are deprecated in this release.
+Miscellaneous samba-tool changes
+--------------------------------
+
+The samba-tool commands to manage AD objects (e.g. users, computers and
+groups) now consistently use the "add" command when adding a new object to
+the AD. The previous deprecation warnings when using the "add" commands
+have been removed. For compatibility reasons, both the "add" and "create"
+commands can be used now.
+
+Users, groups and contacts can now be renamed with the respective rename
+commands.
+
+Locked users can be unlocked with the new "samba-tool user unlock" command.
+
+The "samba-tool user list" and "samba-tool group listmembers" commands
+provide additional options to hide expired and disabled user accounts
+(--hide-expired and --hide-disabled).
+
+
CTDB CHANGES
============