1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

doc/samba-tool: describe command parameters for "group listmembers" command

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Björn Baumbach 2020-12-23 16:48:31 +01:00 committed by Volker Lendecke
parent 4c6c71e137
commit 97089ab7bc

View File

@ -935,6 +935,16 @@
<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>