mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
dcdcd1ce88
ipa cert-show wrongly displays all certs as Revoked. The dogtag plugin code is checking if the JSON data received from dogtag contains a RevocationReason with: if 'RevocationReason' in resp: but the value can be None. Replace the check with if 'RevocationReason' in resp and esp['RevocationReason'] is not None: as this will execute the code only if there is a value and it is not None. Fixes: https://pagure.io/freeipa/issue/8394 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
advise | ||
dnssec | ||
install | ||
plugins | ||
secrets | ||
__init__.py | ||
dcerpc_common.py | ||
dcerpc.py | ||
dns_data_management.py | ||
Makefile.am | ||
masters.py | ||
p11helper.py | ||
rpcserver.py | ||
servroles.py | ||
setup.cfg | ||
setup.py | ||
topology.py |