[Freeipa-devel] [PATCHES 180-181] Fix forwardzone update

Martin Kosek mkosek at redhat.com
Fri Jan 9 13:29:08 UTC 2015


On 01/09/2015 01:17 PM, Petr Spacek wrote:
> On 8.1.2015 16:53, Martin Basti wrote:
>> On 08/01/15 16:42, Petr Spacek wrote:
>>> On 7.1.2015 13:56, Martin Basti wrote:
>>>> +        for config_option in container_entry.get("ipaConfigString", []):
>>>> +            matched = re.match(r"^DNSVersion\s+(?P<version>%d)$",
>>> %d is C-ishm which does not work
>>>
>>>> +                               config_option, flags=re.I)
>>>> +            if matched and matched.group("version") >= 1:
>>> group("version") should be converted to int before comparison
>>>
>>> Otherwise it seems that zone update itself works flawlessly for me.
>>>
>>> HUGE NACK :-D
>>>
>> Stupid me.
>> Updated patches attached.
>
> ACK
>

Pushed to:
master: af6aece39b4804b9974098d5688a969d053548bc
ipa-4-1: 39a4f683fc441165c3154481f1a6b174ff3b8271
ipa-4-0: 7c70bac3afe663d11ce274759571db6d96f8eb14

Martin




More information about the Freeipa-devel mailing list