netcmd: auth silos: remove base class
commit3ecea860aaf8f0e7cac2100a605e915973481b3f
authorRob van der Linde <rob@catalyst.net.nz>
Tue, 16 May 2023 03:28:04 +0000 (16 15:28 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 25 Jun 2023 23:29:32 +0000 (25 23:29 +0000)
treefd67482b9212829125b75248e0d4650d32ba9a43
parentd070a605bb0bbcb0ee49ed44192588151b104d9c
netcmd: auth silos: remove base class

There is no point to the base class anymore.

And since the model layer has dramatically simplified the code in the
commands, ldb can just be a local variable.

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
python/samba/netcmd/domain/auth/base.py [deleted file]
python/samba/netcmd/domain/auth/policy.py
python/samba/netcmd/domain/auth/silo.py
python/samba/netcmd/domain/auth/silo_member.py