mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipapython: port p11helper C code to Python
This replaces the binary _ipap11helper module with cffi-based Python code. https://fedorahosted.org/freeipa/ticket/5596 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
f5f5c8c603
commit
500ee7e2b1
@@ -13,7 +13,7 @@ import stat
|
||||
|
||||
import ldap
|
||||
|
||||
import _ipap11helper
|
||||
from ipapython import p11helper as _ipap11helper
|
||||
from ipapython.dnsutil import DNSName
|
||||
from ipaserver.install import service
|
||||
from ipaserver.install import installutils
|
||||
|
||||
Reference in New Issue
Block a user