#1837 ipapython/dnsclient.py imports Fedora/RHEL only acutil module
Closed: Fixed None Opened 13 years ago by myllynen.

ipapython/dnsclient.py has:

...
import acutil
...
def query(query, qclass, qtype):
...
    answer = acutil.res_send(data)
...

acutil is from Fedora/RHEL specific authconfig package and not portable.


(In #2453) Block on #1837 - acutil is not available in debian

I am working on replacing acutil with dnspython in a scope of ticket #2730.

Metadata Update from @myllynen:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.0 Core Effort - 2012/05

8 years ago

Log in to comment on this ticket.

Metadata