gpo: apply_map should not be required for gp_ext
authorDavid Mulder <dmulder@suse.com>
Thu, 19 Jul 2018 18:55:00 +0000 (12:55 -0600)
committerAurélien Aptel <aaptel@samba.org>
Mon, 8 Oct 2018 16:17:15 +0000 (18:17 +0200)
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>
python/samba/gpclass.py

index 893a419cfbf74aa28706029e3bf3f5cf92b72560..f312f9f95a905300cbe2c2fca1a498f7882d9b0a 100644 (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