netcmd: models: gmsa move GroupManagedServiceAccount model to gmsa.py
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 22 Feb 2024 02:47:30 +0000 (15:47 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2024 04:45:36 +0000 (04:45 +0000)
commit1cd7cf6680738e619f7515c5477bf6742d1eb573
treebcb00a976ba45d3869a86e398d614fa401ac793f
parent84c721ec4a9f784c11174ef76072fc198fc5aa1d
netcmd: models: gmsa move GroupManagedServiceAccount model to gmsa.py

It needs to inherit from the Computer model, the Computer model also inherits from User.

First, moving it to its own file from user.py to gmsa.py

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/netcmd/domain/models/__init__.py
python/samba/netcmd/domain/models/gmsa.py [new file with mode: 0644]
python/samba/netcmd/domain/models/user.py