1
0
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:
David Mulder 2018-07-19 12:55:00 -06:00 committed by Aurélien Aptel
parent 96ffc9690b
commit 8a21ae6280

View File

@ -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