Alexander Bokovoy
Alexander Bokovoy
TLS тест валится, потому что криптополитику поддержки GOST надо активировать. Правда, без включенного gost engine не видны компонент субполитики: ``` # update-crypto-policies --set DEFAULT:GOST Bad value of policy property: mac...
Мы добавили субполитику ГОСТ с @beldmit, но активация пока не работает, так что надо разбираться, да.
@edewata this is, unfortunately, already in nightly RHEL 8.4. We need this issue fixed as it blocks RHEL IdM too.
@stanislavlevin IPA affected by `CMSEngine.initPasswordStore()` where replicationdb credentials token is initialized regardless whether it is needed or not. We don't use replicationdb in any IPA workflow so a potential fix...
Also, this fails in Fedora 34 OpenQA tests: https://openqa.fedoraproject.org/tests/778182#dependencies Specific step screenshot: https://openqa.fedoraproject.org/tests/778182#step/role_deploy_domain_controller/33 Here is a video of the installation process: https://openqa.fedoraproject.org/tests/778182/video?filename=video.ogv, fails at around 40th second
I don't think all `NO_SUCH_OBJECT` usages are affected. This is a very specific case: you are doing an LDAP BIND and would no longer receive `NO_SUCH_OBJECT`. AFAIK, it affects the...
Since PR https://github.com/dogtagpki/pki/pull/3465 is merged already and new PKI version is released, Fedora updates built and successful in OpenQA, we can close this issue. Fedora updates: - F32: https://bodhi.fedoraproject.org/updates/FEDORA-2021-dc1a4934a5 -...
It looks like this is triggered by a systemd tool's warning which contains UTF-8 but non-ASCII characters (an arrow) which is then cannot be parsed by Python. Three possible solutions:...
@rx294 please do not use Fedora's documentation. You may notice that is is for Fedora version 17. It is not up to date and is obsolete, in general. We have...
Both FreeIPA client code and ansible-freeipa client code do explicitly configure services in sssd.conf when asked to configure SSSD. This behavior is not conditionalized per distribution. Debian/Ubuntu chose to default...