URL: https://github.com/freeipa/freeipa/pull/949 Author: stlaz Title: #949: host, service: fix adding host/svc with a cert Action: opened
PR body: """ ipaldap.LDAPEntry expects that entry attributes, if multi-valued, are lists.
The recent cert refactoring made it possible to pass certificate values from options directly to LDAPEntry instance but options store multi-values as tuples. This caused crashes since the whole tuple was stuck in a list instead of the values of the tuples to be extracted in the list.
https://pagure.io/freeipa/issue/7077 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/949/head:pr949 git checkout pr949
URL: https://github.com/freeipa/freeipa/pull/949 Author: stlaz Title: #949: host, service: fix adding host/svc with a cert Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/949/head:pr949 git checkout pr949
freeipa-devel@lists.fedorahosted.org