samba-tool group listmembers: handle group-does-not-exist error
commit439aeba45e96078fb5d63c51d54c5a5d1edc7263
authorBjörn Baumbach <bb@sernet.de>
Wed, 26 Feb 2020 12:08:43 +0000 (26 13:08 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2020 11:54:40 +0000 (27 11:54 +0000)
tree331885267bd5764ee70bd13ab91e0f0c97182b43
parent20d4785856adda252010b9edd7efb3460651a9f7
samba-tool group listmembers: handle group-does-not-exist error

Return a error with a proper message instead of just do nothing when
the target group does not exist.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14296

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 40e498e743e4677a42030373e8d97f6f9763080a)
python/samba/netcmd/group.py