doc/samba-tool: describe command parameters for "user list" command
authorBjörn Baumbach <bb@sernet.de>
Wed, 23 Dec 2020 15:39:55 +0000 (16:39 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 15 Jan 2021 15:24:37 +0000 (15:24 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
docs-xml/manpages/samba-tool.8.xml

index 4ddc434b034fedbafaeed1ec991b3d0af84265de..de3a9e3ac26352d061aa4cf7d96cd2acd0047be7 100644 (file)
 <refsect3>
        <title>user list</title>
        <para>List all users.</para>
+       <para>By default the user's sAMAccountNames are listed.</para>
+       <variablelist>
+       <varlistentry>
+       <term>--full-dn</term>
+       <listitem><para>
+       List user's distinguished names instead of the sAMAccountNames.
+       </para></listitem>
+       </varlistentry>
+       <varlistentry>
+       <term>-b BASE_DN|--base-dn=BASE_DN</term>
+       <listitem><para>
+       Specify base DN to use. Only users under the specified base DN will be
+       listed.
+       </para></listitem>
+       </varlistentry>
+       </variablelist>
 </refsect3>
 
 <refsect3>