samba-tool group addmembers: add --member-dn option
authorBjörn Baumbach <bb@sernet.de>
Tue, 17 Dec 2019 15:26:23 +0000 (16:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 21 Jan 2020 14:38:46 +0000 (14:38 +0000)
commitaedcf6a52748d0858aab7d1b3e0253592e963706
tree24a28cb89a974b22f1b5baa232847b15ba7e995d
parentf2e2579926e0bfcd8b150c33cd4784391426c5e6
samba-tool group addmembers: add --member-dn option

The --member-dn option allows to specify an object by it's DN.

This is required to select a specific object if there are more than one
with the same name. Multiple contacts can exist with the same name in
different OUs.

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
python/samba/netcmd/group.py
python/samba/samdb.py