mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix: DNS policy upgrade raises asertion error
Ticket: https://fedorahosted.org/freeipa/ticket/4708 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
e60ef1fe02
commit
40ea328a78
@@ -86,7 +86,9 @@ class update_dnszones(PostUpdate):
|
||||
api.env.realm)
|
||||
|
||||
if update:
|
||||
api.Command.dnszone_mod(zone[u'idnsname'][0], **update)
|
||||
# FIXME: https://fedorahosted.org/freeipa/ticket/4722
|
||||
api.Command.dnszone_mod(zone[u'idnsname'][0].make_absolute(),
|
||||
**update)
|
||||
|
||||
return (False, False, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user