From: Björn Baumbach Date: Wed, 20 Nov 2024 20:33:49 +0000 (+0100) Subject: python/samdb: add missing function parameter description X-Git-Tag: tdb-1.4.13~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4f84ba8970457117040ef69f64ac4c284b12f8c;p=thirdparty%2Fsamba.git python/samdb: add missing function parameter description Signed-off-by: Björn Baumbach Reviewed-by: Jule Anger --- diff --git a/python/samba/samdb.py b/python/samba/samdb.py index d9fc3bfa9ce..9cf91042068 100644 --- a/python/samba/samdb.py +++ b/python/samba/samdb.py @@ -375,6 +375,9 @@ lockoutTime: 0 :param members: list of group members :param add_members_operation: Defines if its an add or remove operation + :param member_types: List of object types, used to filter the search + for the specified members + :param member_base_dn: Base dn for member search """ if member_types is None: member_types = ['user', 'group', 'computer']