mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
docs-xml:samba-tool.8: document ou management commands
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
e3882f80e0
commit
dbd29a0194
@ -479,6 +479,88 @@
|
|||||||
<para>Reset sysvol ACLs to defaults (including correct ACLs on GPOs).</para>
|
<para>Reset sysvol ACLs to defaults (including correct ACLs on GPOs).</para>
|
||||||
</refsect3>
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou create <replaceable>ou_dn</replaceable> [options]</title>
|
||||||
|
<para>Create an organizational unit.</para>
|
||||||
|
<para>The name of the organizational unit can be specified as a full DN
|
||||||
|
or without the domainDN component.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--description=DESCRIPTION</term>
|
||||||
|
<listitem><para>
|
||||||
|
Specify OU's description.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou delete <replaceable>ou_dn</replaceable> [options]</title>
|
||||||
|
<para>Delete an organizational unit.</para>
|
||||||
|
<para>The name of the organizational unit can be specified as a full DN
|
||||||
|
or without the domainDN component.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--force-subtree-delete</term>
|
||||||
|
<listitem><para>
|
||||||
|
Delete organizational unit and all children reclusively.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou list [options]</title>
|
||||||
|
<para>List all organizational units.</para>
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--full-dn</term>
|
||||||
|
<listitem><para>
|
||||||
|
Display DNs including the base DN.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou listobjects <replaceable>ou_dn</replaceable> [options]</title>
|
||||||
|
<para>List all objects in an organizational unit.</para>
|
||||||
|
<para>The name of the organizational unit can be specified as a full DN
|
||||||
|
or without the domainDN component.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>--full-dn</term>
|
||||||
|
<listitem><para>
|
||||||
|
Display DNs including the base DN.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>-r|--recursive</term>
|
||||||
|
<listitem><para>
|
||||||
|
List objects recursively.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou move <replaceable>old_ou_dn</replaceable> <replaceable>new_parent_dn</replaceable> [options]</title>
|
||||||
|
<para>Move an organizational unit.</para>
|
||||||
|
<para>The name of the organizational units can be specified as a full DN
|
||||||
|
or without the domainDN component.</para>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
|
<refsect3>
|
||||||
|
<title>ou rename <replaceable>old_ou_dn</replaceable> <replaceable>new_ou_dn</replaceable> [options]</title>
|
||||||
|
<para>Rename an organizational unit.</para>
|
||||||
|
<para>The name of the organizational units can be specified as a full DN
|
||||||
|
or without the domainDN component.</para>
|
||||||
|
</refsect3>
|
||||||
|
|
||||||
<refsect2>
|
<refsect2>
|
||||||
<title>rodc</title>
|
<title>rodc</title>
|
||||||
<para>Manage Read-Only Domain Controller (RODC).</para>
|
<para>Manage Read-Only Domain Controller (RODC).</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user