mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
pylint: Clean up __convert_to_gssapi_replication
__convert_to_gssapi_replication has been added ina0bfbec19
and then removed ince2bb47cc
without clean up. Found by Pylint: ``` ipaserver/install/krbinstance.py:589: [W0238(unused-private-member), KrbInstance.__convert_to_gssapi_replication] Unused private member `KrbInstance.__convert_to_gssapi_replication(self)`) ``` Fixes: https://pagure.io/freeipa/issue/9117 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
017b73e7f6
commit
0bea6c4ed9
@ -605,14 +605,6 @@ class KrbInstance(service.Service):
|
||||
except errors.AlreadyActive:
|
||||
pass
|
||||
|
||||
def __convert_to_gssapi_replication(self):
|
||||
repl = replication.ReplicationManager(self.realm,
|
||||
self.fqdn,
|
||||
self.dm_password)
|
||||
repl.convert_to_gssapi_replication(self.master_fqdn,
|
||||
r_binddn=DN(('cn', 'Directory Manager')),
|
||||
r_bindpw=self.dm_password)
|
||||
|
||||
def stop_tracking_certs(self):
|
||||
certmonger.stop_tracking(certfile=paths.KDC_CERT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user