mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix: Remove leftover krbV reference
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
19dd2ed758
commit
14a87632e5
@@ -989,7 +989,7 @@ class vault_mod(PKQuery, Local):
|
||||
else:
|
||||
backend = self.api.Backend.rpcclient
|
||||
if not backend.isconnected():
|
||||
backend.connect(ccache=krbV.default_context().default_ccache())
|
||||
backend.connect()
|
||||
|
||||
# determine the vault type based on parameters specified
|
||||
if vault_type:
|
||||
|
||||
Reference in New Issue
Block a user