1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-06 17:44:20 +03:00

python/samdb: add missing function parameter description

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Jule Anger <janger@samba.org>
This commit is contained in:
Björn Baumbach
2024-11-20 21:33:49 +01:00
parent bba6bb164e
commit a4f84ba897

View File

@@ -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']