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:
parent
4c6c71e137
commit
97089ab7bc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user