]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
doc/samba-tool: describe command parameters for "group listmembers" command
authorBjörn Baumbach <bb@sernet.de>
Wed, 23 Dec 2020 15:48:31 +0000 (16:48 +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 a7e8a7c9d1a3f1e7a4f343fff4fd6cd502715342..4ddc434b034fedbafaeed1ec991b3d0af84265de 100644 (file)
 <refsect3>
        <title>group listmembers <replaceable>groupname</replaceable> [options]</title>
        <para>List all members of the specified AD group.</para>
+       <para>By default the sAMAccountNames are listed. If no sAMAccountName
+       is available, the CN will be used instead.</para>
+       <variablelist>
+       <varlistentry>
+       <term>--full-dn</term>
+       <listitem><para>
+       List the distinguished names instead of the sAMAccountNames.
+       </para></listitem>
+       </varlistentry>
+       </variablelist>
 </refsect3>
 
 <refsect3>