From: Rob van der Linde Date: Thu, 22 Feb 2024 02:22:45 +0000 (+1300) Subject: netcmd: models: gmsa trustees update docstring and incorrect return type X-Git-Tag: tdb-1.4.11~1589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c721ec4a9f784c11174ef76072fc198fc5aa1d;p=thirdparty%2Fsamba.git netcmd: models: gmsa trustees update docstring and incorrect return type Signed-off-by: Rob van der Linde Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/netcmd/domain/models/user.py b/python/samba/netcmd/domain/models/user.py index 5523352f435..ebd45b7491a 100644 --- a/python/samba/netcmd/domain/models/user.py +++ b/python/samba/netcmd/domain/models/user.py @@ -124,9 +124,9 @@ class GroupManagedServiceAccount(User): @property def trustees(self): - """Returns list of trustees from the msDS-GroupMSAMembership SDDL. + """Returns list of trustees from the msDS-GroupMSAMembership field. - :return: list of User objects + :return: list of SID strings """ allowed = []