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

_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to