diff options
author | Björn Baumbach <bb@sernet.de> | 2018-09-12 12:04:13 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2018-09-13 11:36:40 +0200 |
commit | efbb84245bb68aee4b3542481534a1108059a798 (patch) | |
tree | 390057696287d9c7aa0bed9c11a6fbe7883337e1 | |
parent | 9bb128fc78527d77ddabc4c4dc21f77788b6cc22 (diff) | |
download | samba-efbb84245bb68aee4b3542481534a1108059a798.tar.gz |
WHATSNEW: 'samba-tool ou' command: manage organizational units
Signed-off-by: Björn Baumbach <bb@sernet.de>
Autobuild-User(v4-9-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-9-test): Thu Sep 13 11:36:40 CEST 2018 on sn-devel-144
-rw-r--r-- | WHATSNEW.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 7c71544bac7..ec7fb2a2685 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -215,6 +215,25 @@ accounts including creating a new computer and resetting the password. This allows an 'offline join' of a member server or workstation to the Samba AD domain. +New 'samba-tool ou' command +--------------------------- + +The new 'samba-tool ou' command allows to manage organizational units. + +Available subcommands are: + create - Create an organizational unit. + delete - Delete an organizational unit. + list - List all organizational units + listobjects - List all objects in an organizational unit. + move - Move an organizational unit. + rename - Rename an organizational unit. + +In addition to the ou commands, there are new subcommands for the user +and group management, which can make use of the organizational units: + group move - Move a group to an organizational unit/container. + user move - Move a user to an organizational unit/container. + user show - Display a user AD object. + Samba performance tool now operates against Microsoft Windows AD ---------------------------------------------------------------- |