samba-tool: implement user show command to display a user AD object
authorBjörn Baumbach <bb@sernet.de>
Thu, 25 Jan 2018 09:49:17 +0000 (10:49 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2018 03:58:09 +0000 (04:58 +0100)
commitdc0fa33c6817ccbf1a90eea5ea1925d2953dd84d
tree5a878a50d06ab91e6e2e5cbf46cab28594e0b704
parentdbd29a0194cebc6bd0d6fe163c82feedbb1b55e5
samba-tool: implement user show command to display a user AD object

This command displays a user account and it's attributes in the
Active Directory domain.
The username specified on the command is the sAMAccountName.

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/netcmd/user.py