python/samdb: add option to specify types of group members
authorBjörn Baumbach <bb@sernet.de>
Fri, 9 Aug 2019 14:19:52 +0000 (16:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 21 Jan 2020 14:38:46 +0000 (14:38 +0000)
commit662b7458aed8daf70980f558f9713920c3e56da4
treed6d4afef2e16706bc4a542c049298068ea5253a3
parentb081bd977c827fdf20193b5b2b535734fec4a8de
python/samdb: add option to specify types of group members

The option can be used to specify the type of the object which have to
be added to (or removed) from a group. The search filter for the objects
will be created according to the types.

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