[Freeipa-devel] [PATCHES 681-682] cert: speed up cert-find, do not crash on invalid data in cert-find

Martin Basti mbasti at redhat.com
Fri Aug 12 06:57:46 UTC 2016



On 12.08.2016 08:29, Jan Cholasta wrote:
> On 11.8.2016 19:43, Martin Basti wrote:
>>
>>
>> On 11.08.2016 16:09, Jan Cholasta wrote:
>>> On 11.8.2016 14:27, Martin Basti wrote:
>>>>
>>>>
>>>> On 01.08.2016 10:27, Jan Cholasta wrote:
>>>>> On 1.8.2016 10:19, Jan Cholasta wrote:
>>>>>> Hi,
>>>>>>
>>>>>> the attached patches fix
>>>>>> <https://fedorahosted.org/freeipa/ticket/6098>
>>>>>> and <https://fedorahosted.org/freeipa/ticket/6150>.
>>>>>
>>>>> Self-NACK, proper patches attached.
>>>>>
>>>>> Honza
>>>>>
>>>>>
>>>>>
>>>>
>>>> IMHO this is caused by your patches, test_cert_plugin.py:
>>>
>>> Fixed.
>>>
>>> Updated and rebased patches attached.
>>>
>> Hello,
>>
>> It works for me, but:
>>
>> 1)
>> Is this py2/3 compatible?
>> ra_obj = ra.get_certificate(str(serial_number))
>
> I don't see why not. Do you have any particular incompatibility in mind?

Because there is function str() used, where result is unicode in py3 but 
not in py2

>
>>
>> 2)
>> Are you sure you need tuple() here?
>> +                for key in tuple(six.iterkeys(result)):
>
> Yes, I'm modifying `result` inside the loop.
>
> I don't need the six.iterkeys() though.
sorry, I overlooked that.

>
>>
>> 3)
>>       if cert is not None:
>>             filter = ldap.make_filter_from_attr('usercertificate', 
>> value)
>>             filters.append(filter)
>>
>> Variable "value" may be referenced before assignment
>
> Right, it should be `cert`, not `value`.
>
>>
>> I haven't tested performace improvements yet, and it is quite big change
>> so I will continue with testing tomorrow.
>>
>> Martin^2
>
>




More information about the Freeipa-devel mailing list