mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
samba-tool: Optionally hide disabled/expired accounts in "group listmembers"
--hide-expired Do not list expired group members --hide-disabled Do not list disabled group members Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jan 15 16:34:11 UTC 2021 on sn-devel-184
This commit is contained in:
committed by
Volker Lendecke
parent
7dad13cc86
commit
e84f8bdff5
@ -944,6 +944,18 @@
|
||||
List the distinguished names instead of the sAMAccountNames.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--hide-expired</term>
|
||||
<listitem><para>
|
||||
Do not list expired group members.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--hide-disabled</term>
|
||||
<listitem><para>
|
||||
Do not list disabled group members.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect3>
|
||||
|
||||
|
Reference in New Issue
Block a user