Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3: custodia: basedn must be unicode | Martin Basti | 2017-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | basedn in custodia related modules has type bytes, that causes issues in Py3 when strings were concatenated with bytes ``` malformed RDN string = "cn=custodia,cn=ipa,cn=etc,b'dc=example,dc=com'" ``` https://fedorahosted.org/freeipa/ticket/4985 Reviewed-By: Jan Cholasta <jcholast@redhat.com> | ||||
* | ipapython: move dnssec, p11helper and secrets to ipaserver | Jan Cholasta | 2016-11-29 | 1 | -0/+45 |
The dnssec and secrets subpackages and the p11helper module depend on ipaplatform. Move them to ipaserver as they are used only on the server. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> |