mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
dcerpc: Fix UnboundLocalError for ccache_name
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
106e904337
commit
cf59981cc2
@ -644,6 +644,8 @@ class DomainValidator(object):
|
|||||||
Returns LDAP result or None.
|
Returns LDAP result or None.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
ccache_name = None
|
||||||
|
|
||||||
if self._admin_creds:
|
if self._admin_creds:
|
||||||
(ccache_name, principal) = self.kinit_as_administrator(info['dns_domain'])
|
(ccache_name, principal) = self.kinit_as_administrator(info['dns_domain'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user