From: Rob van der Linde Date: Mon, 19 Feb 2024 02:23:47 +0000 (+1300) Subject: netcmd: models: make GroupManagedServiceAccount.trustees a property X-Git-Tag: tdb-1.4.11~1591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c6a42d97f61a17e17fd3ae78437f8a74de83b4;p=thirdparty%2Fsamba.git netcmd: models: make GroupManagedServiceAccount.trustees a property 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 c4c241b6585..9d1f3afe50f 100644 --- a/python/samba/netcmd/domain/models/user.py +++ b/python/samba/netcmd/domain/models/user.py @@ -120,6 +120,7 @@ class GroupManagedServiceAccount(User): def get_object_class(): return "msDS-GroupManagedServiceAccount" + @property def trustees(self): """Returns list of trustees from the msDS-GroupMSAMembership SDDL.