mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Ignore GSS exception when iterating through server list. Fixes: 459864
This commit is contained in:
parent
a9e8a72059
commit
fa019e932d
@ -62,6 +62,8 @@ class RPCClient:
|
||||
continue
|
||||
else:
|
||||
raise e
|
||||
except GSSError:
|
||||
continue
|
||||
|
||||
return xmlrpclib.ServerProxy(self.server_url(self.server), KerbTransport(), verbose=self.verbose)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user