diff options
author | Rob van der Linde <rob@catalyst.net.nz> | 2023-03-23 16:13:55 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2023-03-31 08:25:11 +0000 |
commit | 619caa1ba40f28be77b4f068fc18fada9d4b3597 (patch) | |
tree | 91976154f2f44a6f7f5b5700a028a2c80065721e /docs-xml | |
parent | d5a0d7aa8be2ed953658faba21c1c53990b83e6c (diff) | |
download | samba-619caa1ba40f28be77b4f068fc18fada9d4b3597.tar.gz |
docs: update manpage for samba-tool
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Mar 31 08:25:11 UTC 2023 on atb-devel-224
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/samba-tool.8.xml | 267 |
1 files changed, 267 insertions, 0 deletions
diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 6dd25a11c59..0834f606659 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -600,6 +600,273 @@ </refsect3> <refsect3> + <title>domain claim claim-type list</title> + <para>List claim types on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--json</term> + <listitem><para> + View claim types as JSON instead of a list. + </para></listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim claim-type view</title> + <para>View a single claim type on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--name</term> + <listitem><para> + Display name of claim type to view (required). + </para></listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim claim-type create</title> + <para>Create claim types on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--attribute</term> + <listitem><para> + Attribute of claim type to create (required). + </para></listitem> + </varlistentry> + <varlistentry> + <term>--class</term> + <listitem> + <para> + Object classes to set claim type to. + </para> + <para> + Example: --class=user --class=computer + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--name</term> + <listitem><para> + Optional display name or use attribute name. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--description</term> + <listitem><para> + Optional description or use from attribute. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--enable</term> + <listitem> + <para> + Enable claim type. + </para> + <para> + Cannot be used together with --disable. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--disable</term> + <listitem> + <para> + Disable claim type. + </para> + <para> + Cannot be used together with --enable. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--protect</term> + <listitem> + <para> + Protect claim type from accidental deletion. + </para> + <para> + Cannot be used together with --unprotect. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--unprotect</term> + <listitem> + <para> + Unprotect claim type from accidental deletion. + </para> + <para> + Cannot be used together with --protect. + </para> + </listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim claim-type modify</title> + <para>Modify claim types on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--name</term> + <listitem><para> + Display name of claim type to modify (required). + </para></listitem> + </varlistentry> + <varlistentry> + <term>--class</term> + <listitem> + <para> + Object classes to set claim type to. + </para> + <para> + Example: --class=user --class=computer + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--description</term> + <listitem><para> + Set the claim type description. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--enable</term> + <listitem> + <para> + Enable claim type. + </para> + <para> + Cannot be used together with --disable. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--disable</term> + <listitem> + <para> + Disable claim type. + </para> + <para> + Cannot be used together with --enable. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--protect</term> + <listitem> + <para> + Protect claim type from accidental deletion. + </para> + <para> + Cannot be used together with --unprotect. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>--unprotect</term> + <listitem> + <para> + Unprotect claim type from accidental deletion. + </para> + <para> + Cannot be used together with --protect. + </para> + </listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim claim-type delete</title> + <para>Delete claim types on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--name</term> + <listitem><para> + Display name of claim type to delete (required). + </para></listitem> + </varlistentry> + <varlistentry> + <term>--force</term> + <listitem><para> + Force claim type delete even if it is protected. + </para></listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim value-type list</title> + <para>List claim value types on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--json</term> + <listitem><para> + View claim value types as JSON instead of a list. + </para></listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> + <title>domain claim value-type view</title> + <para>View a single claim value type on the domain.</para> + <variablelist> + <varlistentry> + <term>-H, --URL</term> + <listitem><para> + LDB URL for database or target server. + </para></listitem> + </varlistentry> + <varlistentry> + <term>--name</term> + <listitem><para> + Display name of claim value type to view (required). + </para></listitem> + </varlistentry> + </variablelist> +</refsect3> + +<refsect3> <title>domain classicupgrade [options] <replaceable>classic_smb_conf</replaceable></title> <para>Upgrade from Samba classic (NT4-like) database to Samba AD DC database.</para> |