summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/service_account/group_msa_membership.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-08python: lint: remove unused imports in claims and gmsa commandsRob van der Linde1-1/+1
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-2/+2
2024-03-20python: move models out of the netcmd packageRob van der Linde1-3/+2
2024-03-20netcmd: gmsa: show viewers also works if SID is not foundRob van der Linde1-4/+5
2024-03-20netcmd: gmsa: add and remove don't fetch trustee if it is a SIDRob van der Linde1-10/+10
2024-03-20netcmd: gmsa: add_trustee and remove_trustee change argument to sidRob van der Linde1-2/+2
2024-03-20netcmd: gmsa: fix typo if trustee is not foundRob van der Linde1-2/+2
2024-03-01netcmd: models: move remove trustee code to the GMSA modelRob van der Linde1-6/+1
2024-03-01netcmd: models: move add trustee code to the GMSA modelRob van der Linde1-12/+1
2024-03-01netcmd: gmsa: cli commands for managing group msa membershipRob van der Linde1-0/+231