1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

samba-tool: implement user getgroups command

samba-tool user getgroups command to list a users group memberships.

Pair-programmed-with: Björn Baumbach <bb@sernet.de>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher
2018-05-16 13:00:16 +02:00
committed by Andreas Schneider
parent 8403527bbd
commit a77f758df1
2 changed files with 83 additions and 0 deletions

View File

@ -1197,6 +1197,11 @@
<para>Set the primary group a user account.</para>
</refsect3>
<refsect3>
<title>user getgroups <replaceable>username</replaceable></title>
<para>Get the direct group memberships of a user account.</para>
</refsect3>
<refsect3>
<title>user show <replaceable>username</replaceable> [options]</title>
<para>Display a user AD object.</para>