WHATSNEW: samba-tool improvements
authorAndrew Bartlett <abartlet@samba.org>
Fri, 21 Feb 2020 00:04:39 +0000 (13:04 +1300)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Feb 2020 09:20:28 +0000 (09:20 +0000)
This text is based on https://gitlab.com/samba-team/samba/-/merge_requests/1015
by Björn Baumbach, just re-worked a little to suit the WHATSNEW.

I wrote the second section

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Karolin Seeger <kseeger@samba.org>
WHATSNEW.txt

index 0c370ff4bda979febb1a7427dd0737ba36f90a34..f6276ccd71c256d797f1f3e4c54403173d78a8b8 100644 (file)
@@ -82,6 +82,33 @@ parsing code.
 A large number of issues have been found and fixed thanks to this
 effort.
 
+samba-tool improvements add contacts as member to groups
+--------------------------------------------------------
+
+Previously "samba-tool group addmemers" can just add users, groups and
+computers as members to groups. But also contacts can be members of
+groups. Samba 4.12 adds the functionality to add contacts to
+groups. Since contacts have no sAMAccountName, it's possible that
+there are more than one contact with the same name in different
+organizational units. Therefore it's necessary to have an option to
+handle group members by their DN.
+
+To get the DN of an object there is now the --full-dn option available
+for all necessary commands.
+
+The MS Windows UI allows to search for specific types of group members
+when searching for new members for a group. This feature is included
+here with the new samba-tool group addmembers --object-type=OBJECTYPE
+option. The different types are selected accordingly to the Windows
+UI. The default samba-toole behaviour shouldn't be changed.
+
+Allow filtering by OU or subtree in samba-tool
+----------------------------------------------
+
+A new --base-dn and --member-base-dn option is added to relevant
+samba-tool user, group and ou management commands to allow operation
+on just one part of the AD tree, such as a single OU.
+
 VFS
 ===