]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netcmd: docs: document samba-tool user auth silo and policy commands
authorRob van der Linde <rob@catalyst.net.nz>
Tue, 31 Oct 2023 03:59:31 +0000 (16:59 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Nov 2023 04:05:34 +0000 (04:05 +0000)
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>
docs-xml/manpages/samba-tool.8.xml

index 6dfe07ea8135cf76d5e2c28768c5f6c63705284e..deb6223d770a9db7654ee925250fe2bd99694ecb 100644 (file)
        (typically the PDC-emulator).</para>
 </refsect3>
 
+<refsect3>
+       <title>user auth policy assign <replaceable>username</replaceable> [options]</title>
+       <para>Set assigned authentication policy for user.</para>
+       <variablelist>
+               <varlistentry>
+                       <term>--policy</term>
+                       <listitem><para>
+                               Name of authentication policy to assign or leave empty to remove.
+                       </para></listitem>
+               </varlistentry>
+       </variablelist>
+</refsect3>
+
+<refsect3>
+       <title>user auth policy remove <replaceable>username</replaceable></title>
+       <para>Remove assigned authentication policy from user.</para>
+</refsect3>
+
+<refsect3>
+       <title>user auth policy view <replaceable>username</replaceable></title>
+       <para>View the assigned authentication policy for user.</para>
+</refsect3>
+
+<refsect3>
+       <title>user auth silo assign <replaceable>username</replaceable> [options]</title>
+       <para>Set assigned authentication silo for user.</para>
+       <variablelist>
+               <varlistentry>
+                       <term>--silo</term>
+                       <listitem><para>
+                               Name of authentication silo to assign or leave empty to remove.
+                       </para></listitem>
+               </varlistentry>
+       </variablelist>
+</refsect3>
+
+<refsect3>
+       <title>user auth silo remove <replaceable>username</replaceable></title>
+       <para>Remove assigned authentication silo from user.</para>
+</refsect3>
+
+<refsect3>
+       <title>user auth silo view <replaceable>username</replaceable></title>
+       <para>View the assigned authentication silo for user.</para>
+</refsect3>
+
 <refsect2>
        <title>vampire [options] <replaceable>domain</replaceable></title>
        <para>Join and synchronise a remote AD domain to the local server.