summaryrefslogtreecommitdiff
path: root/python/samba/gp_sec_ext.py
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2018-07-19 10:56:29 -0600
committerAurélien Aptel <aaptel@samba.org>2018-10-08 18:17:15 +0200
commit7cef695368f587573d22b4143fc176fac2ac55b6 (patch)
treeb7ead1c90e2f4c805c6f47b01b9fd51e878d2450 /python/samba/gp_sec_ext.py
parent7bb326a60d2bd2210e76bb20071df114f9c30462 (diff)
downloadsamba-7cef695368f587573d22b4143fc176fac2ac55b6.tar.gz
gpo: Remove unused gp_ext.list() function
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'python/samba/gp_sec_ext.py')
-rw-r--r--python/samba/gp_sec_ext.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/samba/gp_sec_ext.py b/python/samba/gp_sec_ext.py
index 2dc34e67863..8fd2ff55723 100644
--- a/python/samba/gp_sec_ext.py
+++ b/python/samba/gp_sec_ext.py
@@ -135,10 +135,6 @@ class gp_sec_ext(gp_inf_ext):
def __str__(self):
return "Security GPO extension"
- def list(self, rootpath):
- return os.path.join(rootpath,
- "MACHINE/Microsoft/Windows NT/SecEdit/GptTmpl.inf")
-
def apply_map(self):
if self.lp.get('server role') != 'active directory domain controller':
return {}