From: Björn Baumbach Date: Wed, 24 Jan 2018 17:58:11 +0000 (+0100) Subject: docs-xml:samba-tool.8: document ou management commands X-Git-Tag: tevent-0.9.36~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbd29a0194cebc6bd0d6fe163c82feedbb1b55e5;p=thirdparty%2Fsamba.git docs-xml:samba-tool.8: document ou management commands Signed-off-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- 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).