On Tue, 2014-02-18 at 16:45 +0100, Petr Spacek wrote:
> Hello,
>
> Add wait_for_dns option to default.conf.
>
> This option makes record changes in DNS tree synchronous.
> IPA calls will wait until new data are visible over DNS protocol.
>
> It is intended only for testing - it should prevent tests from
> failing if there is bigger delay between change in LDAP and DNS.
>
> I would recommend value like 10 seconds.
>
> __
@@ -2681,7 +2799,13 @@ class dnsrecord_mod(LDAPUpdate):
break
if del_all:
- return self.obj.methods.delentry(*keys,
version=options['version'])
+ result = self.obj.methods.delentry(*keys)
I think, version param is missing there -----------------^^
> _____________________________________________
> Freeipa-devel mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/freeipa-devel
--
Martin^2 Basti
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel