]> git.ipfire.org Git - thirdparty/samba.git/commit
netcmd: move get_policy method from base class to the model
authorRob van der Linde <rob@catalyst.net.nz>
Tue, 16 May 2023 03:12:14 +0000 (15:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 25 Jun 2023 23:29:32 +0000 (23:29 +0000)
commitdf5e6045fa1c0ee2225fc76d7ff83dee57c2576e
tree3247b0b4f877642d57a36ddd378d8503e7a209bf
parent2842ed824ae41aa96673bcbebd309b90813d1ef2
netcmd: move get_policy method from base class to the model

There isn't much left of the base class, the next thing is to remove
it.

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
python/samba/netcmd/domain/auth/silo.py
python/samba/netcmd/domain/models/auth_policy.py