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:
Jan Cholasta
2016-01-06 13:10:11 +01:00
committed by Martin Basti
parent f5f5c8c603
commit 500ee7e2b1
16 changed files with 1873 additions and 2492 deletions

View File

@@ -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