[Freeipa-devel] [PATCH 0015] Add wait_for_dns option to default.conf

Martin Basti mbasti at redhat.com
Tue Feb 18 17:12:19 UTC 2014


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
> Freeipa-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel


-- 
Martin^2 Basti




More information about the Freeipa-devel mailing list