From dbd29a0194cebc6bd0d6fe163c82feedbb1b55e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Wed, 24 Jan 2018 18:58:11 +0100 Subject: [PATCH] docs-xml:samba-tool.8: document ou management commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- docs-xml/manpages/samba-tool.8.xml | 82 ++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 1349654d31c..5781909357b 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -479,6 +479,88 @@ Reset sysvol ACLs to defaults (including correct ACLs on GPOs). + + ou create <replaceable>ou_dn</replaceable> [options] + Create an organizational unit. + The name of the organizational unit can be specified as a full DN + or without the domainDN component. + + + + --description=DESCRIPTION + + Specify OU's description. + + + + + + + ou delete <replaceable>ou_dn</replaceable> [options] + Delete an organizational unit. + The name of the organizational unit can be specified as a full DN + or without the domainDN component. + + + + --force-subtree-delete + + Delete organizational unit and all children reclusively. + + + + + + + ou list [options] + List all organizational units. + + + --full-dn + + Display DNs including the base DN. + + + + + + + ou listobjects <replaceable>ou_dn</replaceable> [options] + List all objects in an organizational unit. + The name of the organizational unit can be specified as a full DN + or without the domainDN component. + + + + --full-dn + + Display DNs including the base DN. + + + + + -r|--recursive + + List objects recursively. + + + + + + + ou move <replaceable>old_ou_dn</replaceable> <replaceable>new_parent_dn</replaceable> [options] + Move an organizational unit. + The name of the organizational units can be specified as a full DN + or without the domainDN component. + + + + ou rename <replaceable>old_ou_dn</replaceable> <replaceable>new_ou_dn</replaceable> [options] + Rename an organizational unit. + The name of the organizational units can be specified as a full DN + or without the domainDN component. + + rodc Manage Read-Only Domain Controller (RODC).