mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
gpo: apply_map should not be required for gp_ext
The apply_map function should not be a requirement to implement the gp_ext class, since only the gp_sec_ext uses it now. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
This commit is contained in:
parent
96ffc9690b
commit
8a21ae6280
@ -308,10 +308,6 @@ class gp_ext(object):
|
||||
def process_group_policy(self, deleted_gpo_list, changed_gpo_list):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def apply_map(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def read(self, policy):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user