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

Petr Spacek pspacek at redhat.com
Thu Jan 8 15:42:55 UTC 2015


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

-- 
Petr^2 Spacek




More information about the Freeipa-devel mailing list