]> git.ipfire.org Git - thirdparty/samba.git/commit
samba-tool: Update 'samba-tool gpo list <>' description
authorAmit Kumar <amitkuma@redhat.com>
Thu, 27 Jun 2019 23:21:57 +0000 (04:51 +0530)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 17 Oct 2019 09:21:20 +0000 (09:21 +0000)
commitaacbd383b9e843b5d36b91ef75f6f2d2724a438b
tree38821858dba06c924e1735cf06d25905450c9ca3
parent6bd2f0e9c4da1cad10a778da0c86e14d69ad5036
samba-tool: Update 'samba-tool gpo list <>' description

We have a command to get gpo listing from Active Directory.
samba-tool gpo list <username>

This command can list GPOs for both username and machinename,
But command help only shows 'username'.

This PR
- Updates the option presented in help.
- Updates name of variable used to retrieve GPO so that it's
 not misleading if someone reads code later on

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

Signed-off-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Oct 17 09:21:20 UTC 2019 on sn-devel-184
python/samba/netcmd/gpo.py