mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove unused modutils wrappers from NSS/CertDB
The disable system trust feature is no longer used. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
@@ -308,15 +308,6 @@ class NSSDatabase(object):
|
||||
new_args.extend(args)
|
||||
return ipautil.run(new_args, stdin, **kwargs)
|
||||
|
||||
def run_modutil(self, args, stdin=None, **kwargs):
|
||||
self._check_db()
|
||||
new_args = [
|
||||
paths.MODUTIL,
|
||||
'-dbdir', '{}:{}'.format(self.dbtype, self.secdir)
|
||||
]
|
||||
new_args.extend(args)
|
||||
return ipautil.run(new_args, stdin, **kwargs)
|
||||
|
||||
def exists(self):
|
||||
"""Check DB exists (all files are present)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user